Html Css Color HEX #42FA18 Harlequin

📋 copy color: '#42FA18'

red 66 ◦ green 250 ◦ blue 24

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

Shades of Harlequin #42FA18

Tints of Harlequin #42FA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.53%

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

R = 19.41%
G = 73.53%
B = 7.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#42FA18 (or 0x42FA18) is known color: Harlequin. HEX triplet: 42, FA and 18. RGB value is (66,250,24). Sum of RGB (Red+Green+Blue) = 66+250+24=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FA18 is #BD05E7. Grayscale: #A9A9A9. Windows color (decimal): -12387816 or 1636930. OLE color: 1636930.

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

Color convert

RGB 66 250 24 -
CMYK 0.74 0 0.90 0.02
HSL 108.85º 0.96% 0.54% -
HSV(B) 108.85º 0.9% 0.98% -
XYZ 36.6 69.6 12.37 -
YUV 169.22 46.04 54.38 -
System Red Green Blue C M Y K H S L
Decimal 66 250 24 0.74 0 0.90 0.02 108.85 0.96 0.54
Hex 42 FA 18 4A 0 5A 2 6D 60 36
Octal 102 372 30 112 0 132 2 155 140 66
Binary 1000010 11111010 11000 1001010 0 1011010 10 1101101 1100000 110110

Color Harmonies of #42FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA18

Black with #42FA18

Text Example


Text Example

White with #42FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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