Html Css Color HEX #42F120 Harlequin

📋 copy color: '#42F120'

red 66 ◦ green 241 ◦ blue 32

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

Shades of Harlequin #42F120

Tints of Harlequin #42F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.09%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 19.47%
G = 71.09%
B = 9.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#42F120 (or 0x42F120) is known color: Harlequin. HEX triplet: 42, F1 and 20. RGB value is (66,241,32). Sum of RGB (Red+Green+Blue) = 66+241+32=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #42F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F120 is #BD0EDF. Grayscale: #A5A5A5. Windows color (decimal): -12390112 or 2158914. OLE color: 2158914.

HSL color Cylindrical-coordinate representation of color #42F120: hue angle of 110.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42F120 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 32 -
CMYK 0.73 0 0.87 0.05
HSL 110.24º 0.88% 0.54% -
HSV(B) 110.24º 0.87% 0.95% -
XYZ 33.96 64.17 11.96 -
YUV 164.85 53.02 57.49 -
System Red Green Blue C M Y K H S L
Decimal 66 241 32 0.73 0 0.87 0.05 110.24 0.88 0.54
Hex 42 F1 20 49 0 57 5 6E 58 36
Octal 102 361 40 111 0 127 5 156 130 66
Binary 1000010 11110001 100000 1001001 0 1010111 101 1101110 1011000 110110

Color Harmonies of #42F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F120

Black with #42F120

Text Example


Text Example

White with #42F120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,32); }

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

background-color css

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

 a { background-color: rgb(66,241,32); }

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

border-color css

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

 span { border-color: rgb(66,241,32); }

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