Html Css Color HEX #29EC01 Harlequin

📋 copy color: '#29EC01'

red 41 ◦ green 236 ◦ blue 1

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

Shades of Harlequin #29EC01

Tints of Harlequin #29EC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 14.75%
G = 84.89%
B = 0.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#29EC01 (or 0x29EC01) is known color: Harlequin. HEX triplet: 29, EC and 01. RGB value is (41,236,1). Sum of RGB (Red+Green+Blue) = 41+236+1=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 236 (92.58% from 255 or 84.89% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 236 - color contains mainly: green. Hex color #29EC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29EC01 is #D613FE. Grayscale: #979797. Windows color (decimal): -14029823 or 125993. OLE color: 125993.

HSL color Cylindrical-coordinate representation of color #29EC01: hue angle of 109.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29EC01 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 236 1 -
CMYK 0.83 0 1.00 0.07
HSL 109.79º 0.99% 0.46% -
HSV(B) 109.79º 1% 0.93% -
XYZ 30.92 60.46 10.07 -
YUV 150.91 43.4 49.61 -
System Red Green Blue C M Y K H S L
Decimal 41 236 1 0.83 0 1.00 0.07 109.79 0.99 0.46
Hex 29 EC 1 53 0 64 7 6E 63 2E
Octal 51 354 1 123 0 144 7 156 143 56
Binary 101001 11101100 1 1010011 0 1100100 111 1101110 1100011 101110

Color Harmonies of #29EC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EC01

Black with #29EC01

Text Example


Text Example

White with #29EC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,236,1); }

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

background-color css

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

 a { background-color: rgb(41,236,1); }

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

border-color css

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

 span { border-color: rgb(41,236,1); }

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