#29D600

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

Shades of Harlequin #29D600

Tints of Harlequin #29D600

Color information

#29D600 (or 0x29D600) is unknown color: approx Harlequin. HEX triplet: 29, D6 and 00. RGB value is (41,214,0). Sum of RGB (Red+Green+Blue) = 41+214+0=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #29D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D600 is #D629FF. Grayscale: #8A8A8A. Windows color (decimal): -14035456 or 54825. OLE color: 54825.

HSL color Cylindrical-coordinate representation of color #29D600: hue angle of 108.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29D600 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB412140-
CMYK0.81010.16
HSL108.5º100%41.96%-
HSV(B)108.5º100%83.92%-
XYZ24.9648.568.06-
YUV137.8850.1958.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 214 (83.98% from 255) = 83.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.08%
G=83.92%
B=0%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4121400.81010.16108.510041.96
Hex29D6051064106d642a
Octal51326012101442015514452
Binary1010011101011001010001011001001000011011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29D600; }

 p { color: rgb(41,214,0); }

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

<style>
 a { background-color: #29D600; }

 a { background-color: rgb(41,214,0); }

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

<style>
 span { border-color: #29D600; }

 span { border-color: rgb(41,214,0); }

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