#28ec0b

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

Shades of Harlequin #28EC0B

Tints of Harlequin #28EC0B

Color information

#28EC0B (or 0x28EC0B) is unknown color: approx Harlequin. HEX triplet: 28, EC and 0B. RGB value is (40,236,11). Sum of RGB (Red+Green+Blue) = 40+236+11=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EC0B is #D713F4. Grayscale: #989898. Windows color (decimal): -14095349 or 781352. OLE color: 781352.

HSL color Cylindrical-coordinate representation of color #28EC0B: hue angle of 112.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28EC0B is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB4023611-
CMYK0.8300.950.07
HSL112.27º91.09%48.43%-
HSV(B)112.27º95.34%92.55%-
XYZ30.9360.4710.36-
YUV151.7548.5748.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 236 (92.58% from 255) = 82.23%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=13.94%
G=82.23%
B=3.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40236110.8300.950.07112.2791.0948.43
Hex28ECB5305F7705b30
Octal50354131230137716013360
Binary10100011101100101110100110101111111111100001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ec0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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