Html Css Color HEX #42F019 Harlequin

📋 copy color: '#42F019'

red 66 ◦ green 240 ◦ blue 25

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

Shades of Harlequin #42F019

Tints of Harlequin #42F019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 19.94%
G = 72.51%
B = 7.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#42F019 (or 0x42F019) is known color: Harlequin. HEX triplet: 42, F0 and 19. RGB value is (66,240,25). Sum of RGB (Red+Green+Blue) = 66+240+25=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #42F019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F019 is #BD0FE6. Grayscale: #A4A4A4. Windows color (decimal): -12390375 or 1699906. OLE color: 1699906.

HSL color Cylindrical-coordinate representation of color #42F019: hue angle of 108.56º 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 #42F019 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 25 -
CMYK 0.72 0 0.90 0.06
HSL 108.56º 0.88% 0.52% -
HSV(B) 108.56º 0.9% 0.94% -
XYZ 33.58 63.55 11.42 -
YUV 163.46 49.85 58.48 -
System Red Green Blue C M Y K H S L
Decimal 66 240 25 0.72 0 0.90 0.06 108.56 0.88 0.52
Hex 42 F0 19 48 0 5A 6 6D 58 34
Octal 102 360 31 110 0 132 6 155 130 64
Binary 1000010 11110000 11001 1001000 0 1011010 110 1101101 1011000 110100

Color Harmonies of #42F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F019

Black with #42F019

Text Example


Text Example

White with #42F019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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