Html Css Color HEX #28DE06 Harlequin

📋 copy color: '#28DE06'

red 40 ◦ green 222 ◦ blue 6

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

Shades of Harlequin #28DE06

Tints of Harlequin #28DE06

RGB

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

 GREEN value IS 222 (87.11% from 255) = 82.84%

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

R = 14.93%
G = 82.84%
B = 2.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#28DE06 (or 0x28DE06) is known color: Harlequin. HEX triplet: 28, DE and 06. RGB value is (40,222,6). Sum of RGB (Red+Green+Blue) = 40+222+6=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 222 (87.11% from 255 or 82.84% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE06 is #D721F9. Grayscale: #8F8F8F. Windows color (decimal): -14098938 or 450088. OLE color: 450088.

HSL color Cylindrical-coordinate representation of color #28DE06: hue angle of 110.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28DE06 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 6 -
CMYK 0.82 0 0.97 0.13
HSL 110.56º 0.95% 0.45% -
HSV(B) 110.56º 0.97% 0.87% -
XYZ 27.03 52.71 8.92 -
YUV 142.96 50.7 54.56 -
System Red Green Blue C M Y K H S L
Decimal 40 222 6 0.82 0 0.97 0.13 110.56 0.95 0.45
Hex 28 DE 6 52 0 61 D 6F 5F 2D
Octal 50 336 6 122 0 141 15 157 137 55
Binary 101000 11011110 110 1010010 0 1100001 1101 1101111 1011111 101101

Color Harmonies of #28DE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE06

Black with #28DE06

Text Example


Text Example

White with #28DE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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