Html Css Color HEX #42FB29 Harlequin

📋 copy color: '#42FB29'

red 66 ◦ green 251 ◦ blue 41

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

Shades of Harlequin #42FB29

Tints of Harlequin #42FB29

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.11%

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

R = 18.44%
G = 70.11%
B = 11.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#42FB29 (or 0x42FB29) is known color: Harlequin. HEX triplet: 42, FB and 29. RGB value is (66,251,41). Sum of RGB (Red+Green+Blue) = 66+251+41=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB29 is #BD04D6. Grayscale: #ACACAC. Windows color (decimal): -12387543 or 2751298. OLE color: 2751298.

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

Color convert

RGB 66 251 41 -
CMYK 0.74 0 0.84 0.02
HSL 112.86º 0.96% 0.57% -
HSV(B) 112.86º 0.84% 0.98% -
XYZ 37.14 70.31 13.71 -
YUV 171.75 54.21 52.58 -
System Red Green Blue C M Y K H S L
Decimal 66 251 41 0.74 0 0.84 0.02 112.86 0.96 0.57
Hex 42 FB 29 4A 0 54 2 71 60 39
Octal 102 373 51 112 0 124 2 161 140 71
Binary 1000010 11111011 101001 1001010 0 1010100 10 1110001 1100000 111001

Color Harmonies of #42FB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FB29

Black with #42FB29

Text Example


Text Example

White with #42FB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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