Html Css Color HEX #29F814 Harlequin

📋 copy color: '#29F814'

red 41 ◦ green 248 ◦ blue 20

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

Shades of Harlequin #29F814

Tints of Harlequin #29F814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 80.26%

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

R = 13.27%
G = 80.26%
B = 6.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#29F814 (or 0x29F814) is known color: Harlequin. HEX triplet: 29, F8 and 14. RGB value is (41,248,20). Sum of RGB (Red+Green+Blue) = 41+248+20=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #29F814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29F814 is #D607EB. Grayscale: #A0A0A0. Windows color (decimal): -14026732 or 1374249. OLE color: 1374249.

HSL color Cylindrical-coordinate representation of color #29F814: hue angle of 114.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29F814 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 248 20 -
CMYK 0.83 0 0.92 0.03
HSL 114.47º 0.94% 0.53% -
HSV(B) 114.47º 0.92% 0.97% -
XYZ 34.61 67.66 11.9 -
YUV 160.12 48.92 43.04 -
System Red Green Blue C M Y K H S L
Decimal 41 248 20 0.83 0 0.92 0.03 114.47 0.94 0.53
Hex 29 F8 14 53 0 5C 3 72 5E 35
Octal 51 370 24 123 0 134 3 162 136 65
Binary 101001 11111000 10100 1010011 0 1011100 11 1110010 1011110 110101

Color Harmonies of #29F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F814

Black with #29F814

Text Example


Text Example

White with #29F814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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