Html Css Color HEX #28EC06 Harlequin

📋 copy color: '#28EC06'

red 40 ◦ green 236 ◦ blue 6

#28EC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #28EC06

Tints of Harlequin #28EC06

RGB

 RED value IS 40 (16.02% from 255) = 14.18%

 GREEN value IS 236 (92.58% from 255) = 83.69%

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 14.18%
G = 83.69%
B = 2.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#28EC06 (or 0x28EC06) is known color: Harlequin. HEX triplet: 28, EC and 06. RGB value is (40,236,6). Sum of RGB (Red+Green+Blue) = 40+236+6=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 236 (92.58% from 255 or 83.69% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EC06 is #D713F9. Grayscale: #979797. Windows color (decimal): -14095354 or 453672. OLE color: 453672.

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

Color convert

RGB 40 236 6 -
CMYK 0.83 0 0.97 0.07
HSL 111.13º 0.95% 0.47% -
HSV(B) 111.13º 0.97% 0.93% -
XYZ 30.9 60.46 10.21 -
YUV 151.18 46.07 48.7 -
System Red Green Blue C M Y K H S L
Decimal 40 236 6 0.83 0 0.97 0.07 111.13 0.95 0.47
Hex 28 EC 6 53 0 61 7 6F 5F 2F
Octal 50 354 6 123 0 141 7 157 137 57
Binary 101000 11101100 110 1010011 0 1100001 111 1101111 1011111 101111

Color Harmonies of #28EC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EC06

Black with #28EC06

Text Example


Text Example

White with #28EC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28EC06;
 }
 .AnyTagClassName
 {
   color: #28EC06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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