Html Css Color HEX #42FC29 Harlequin

📋 copy color: '#42FC29'

red 66 ◦ green 252 ◦ blue 41

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

Shades of Harlequin #42FC29

Tints of Harlequin #42FC29

RGB

 RED value IS 66 (26.17% from 255) = 18.38%

 GREEN value IS 252 (98.83% from 255) = 70.19%

 BLUE value IS 41 (16.41% from 255) = 11.42%

R = 18.38%
G = 70.19%
B = 11.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#42FC29 (or 0x42FC29) is known color: Harlequin. HEX triplet: 42, FC and 29. RGB value is (66,252,41). Sum of RGB (Red+Green+Blue) = 66+252+41=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FC29 is #BD03D6. Grayscale: #ACACAC. Windows color (decimal): -12387287 or 2751554. OLE color: 2751554.

HSL color Cylindrical-coordinate representation of color #42FC29: hue angle of 112.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42FC29 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 41 -
CMYK 0.74 0 0.84 0.01
HSL 112.89º 0.97% 0.57% -
HSV(B) 112.89º 0.84% 0.99% -
XYZ 37.46 70.94 13.82 -
YUV 172.33 53.88 52.16 -
System Red Green Blue C M Y K H S L
Decimal 66 252 41 0.74 0 0.84 0.01 112.89 0.97 0.57
Hex 42 FC 29 4A 0 54 1 71 61 39
Octal 102 374 51 112 0 124 1 161 141 71
Binary 1000010 11111100 101001 1001010 0 1010100 1 1110001 1100001 111001

Color Harmonies of #42FC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FC29

Black with #42FC29

Text Example


Text Example

White with #42FC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FC29; }

 p { color: rgb(66,252,41); }

 H1.HeaderClassName
 {
   color: #42FC29;
 }
 .AnyTagClassName
 {
   color: #42FC29;
 }
</style>

background-color css

<style>
 a { background-color: #42FC29; }

 a { background-color: rgb(66,252,41); }

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

border-color css

<style>
 span { border-color: #42FC29; }

 span { border-color: rgb(66,252,41); }

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