#28e10b

Color #28E10B Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #28E10B

Tints of Harlequin #28E10B

Color information

#28E10B (or 0x28E10B) is unknown color: approx Harlequin. HEX triplet: 28, E1 and 0B. RGB value is (40,225,11). Sum of RGB (Red+Green+Blue) = 40+225+11=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 225 (88.28% from 255 or 81.52% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 225 - color contains mainly: green. Hex color #28E10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E10B is #D71EF4. Grayscale: #919191. Windows color (decimal): -14098165 or 778536. OLE color: 778536.

HSL color Cylindrical-coordinate representation of color #28E10B: hue angle of 111.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28E10B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB4022511-
CMYK0.8200.950.12
HSL111.87º90.68%46.27%-
HSV(B)111.87º95.11%88.24%-
XYZ27.8654.339.33-
YUV145.2952.2152.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 225 (88.28% from 255) = 81.52%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=14.49%
G=81.52%
B=3.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40225110.8200.950.12111.8790.6846.27
Hex28E1B5205FC705b2e
Octal503411312201371416013356
Binary101000111000011011101001001011111110011100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e10b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28e10b; }

 p { color: rgb(40,225,11); }

 H1.HeaderClassName
 {
   color: #28e10b;
 }
 .AnyTagClassName
 {
   color: #28e10b;
 }
</style>
background-color css

<style>
 a { background-color: #28e10b; }

 a { background-color: rgb(40,225,11); }

 div.DivClassName
 {
   background-color: #28e10b;
 }
 .BgClassName
 {
   background-color: #28e10b;
 }
</style>
border-color css

<style>
 span { border-color: #28e10b; }

 span { border-color: rgb(40,225,11); }

 td.TdClassName
 {
   border-color: #28e10b;
 }
 .TagClassName
 {
   border-color: #28e10b;
 }
</style>