Html Css Color HEX #29FF14 Harlequin

📋 copy color: '#29FF14'

red 41 ◦ green 255 ◦ blue 20

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

Shades of Harlequin #29FF14

Tints of Harlequin #29FF14

RGB

 RED value IS 41 (16.41% from 255) = 12.97%

 GREEN value IS 255 (100% from 255) = 80.7%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 12.97%
G = 80.7%
B = 6.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#29FF14 (or 0x29FF14) is known color: Harlequin. HEX triplet: 29, FF and 14. RGB value is (41,255,20). Sum of RGB (Red+Green+Blue) = 41+255+20=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #29FF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FF14 is #D600EB. Grayscale: #A4A4A4. Windows color (decimal): -14024940 or 1376041. OLE color: 1376041.

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

Color convert

RGB 41 255 20 -
CMYK 0.84 0 0.92 0
HSL 114.64º 1% 0.54% -
HSV(B) 114.64º 0.92% 1% -
XYZ 36.8 72.04 12.63 -
YUV 164.22 46.6 40.11 -
System Red Green Blue C M Y K H S L
Decimal 41 255 20 0.84 0 0.92 0 114.64 1 0.54
Hex 29 FF 14 54 0 5C 0 73 64 36
Octal 51 377 24 124 0 134 0 163 144 66
Binary 101001 11111111 10100 1010100 0 1011100 0 1110011 1100100 110110

Color Harmonies of #29FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FF14

Black with #29FF14

Text Example


Text Example

White with #29FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,255,20); }

 H1.HeaderClassName
 {
   color: #29FF14;
 }
 .AnyTagClassName
 {
   color: #29FF14;
 }
</style>

background-color css

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

 a { background-color: rgb(41,255,20); }

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

border-color css

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

 span { border-color: rgb(41,255,20); }

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