Html Css Color HEX #42F024 Harlequin

📋 copy color: '#42F024'

red 66 ◦ green 240 ◦ blue 36

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

Shades of Harlequin #42F024

Tints of Harlequin #42F024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.18%

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 19.3%
G = 70.18%
B = 10.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#42F024 (or 0x42F024) is known color: Harlequin. HEX triplet: 42, F0 and 24. RGB value is (66,240,36). Sum of RGB (Red+Green+Blue) = 66+240+36=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #42F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F024 is #BD0FDB. Grayscale: #A5A5A5. Windows color (decimal): -12390364 or 2420802. OLE color: 2420802.

HSL color Cylindrical-coordinate representation of color #42F024: hue angle of 111.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42F024 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 36 -
CMYK 0.72 0 0.85 0.06
HSL 111.18º 0.87% 0.54% -
HSV(B) 111.18º 0.85% 0.94% -
XYZ 33.73 63.61 12.17 -
YUV 164.72 55.35 57.59 -
System Red Green Blue C M Y K H S L
Decimal 66 240 36 0.72 0 0.85 0.06 111.18 0.87 0.54
Hex 42 F0 24 48 0 55 6 6F 57 36
Octal 102 360 44 110 0 125 6 157 127 66
Binary 1000010 11110000 100100 1001000 0 1010101 110 1101111 1010111 110110

Color Harmonies of #42F024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F024

Black with #42F024

Text Example


Text Example

White with #42F024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,36); }

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

background-color css

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

 a { background-color: rgb(66,240,36); }

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

border-color css

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

 span { border-color: rgb(66,240,36); }

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