Html Css Color HEX #42F018 Harlequin

📋 copy color: '#42F018'

red 66 ◦ green 240 ◦ blue 24

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

Shades of Harlequin #42F018

Tints of Harlequin #42F018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 20%
G = 72.73%
B = 7.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#42F018 (or 0x42F018) is known color: Harlequin. HEX triplet: 42, F0 and 18. RGB value is (66,240,24). Sum of RGB (Red+Green+Blue) = 66+240+24=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #42F018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F018 is #BD0FE7. Grayscale: #A4A4A4. Windows color (decimal): -12390376 or 1634370. OLE color: 1634370.

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

Color convert

RGB 66 240 24 -
CMYK 0.72 0 0.9 0.06
HSL 108.33º 0.88% 0.52% -
HSV(B) 108.33º 0.9% 0.94% -
XYZ 33.57 63.54 11.36 -
YUV 163.35 49.35 58.56 -
System Red Green Blue C M Y K H S L
Decimal 66 240 24 0.72 0 0.9 0.06 108.33 0.88 0.52
Hex 42 F0 18 48 0 5A 6 6C 58 34
Octal 102 360 30 110 0 132 6 154 130 64
Binary 1000010 11110000 11000 1001000 0 1011010 110 1101100 1011000 110100

Color Harmonies of #42F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F018

Black with #42F018

Text Example


Text Example

White with #42F018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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