Html Css Color HEX #42F419 Harlequin

📋 copy color: '#42F419'

red 66 ◦ green 244 ◦ blue 25

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

Shades of Harlequin #42F419

Tints of Harlequin #42F419

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.84%

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

R = 19.7%
G = 72.84%
B = 7.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#42F419 (or 0x42F419) is known color: Harlequin. HEX triplet: 42, F4 and 19. RGB value is (66,244,25). Sum of RGB (Red+Green+Blue) = 66+244+25=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #42F419 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F419 is #BD0BE6. Grayscale: #A6A6A6. Windows color (decimal): -12389351 or 1700930. OLE color: 1700930.

HSL color Cylindrical-coordinate representation of color #42F419: hue angle of 108.77º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42F419 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 25 -
CMYK 0.73 0 0.90 0.04
HSL 108.77º 0.91% 0.53% -
HSV(B) 108.77º 0.9% 0.96% -
XYZ 34.77 65.93 11.81 -
YUV 165.81 48.53 56.81 -
System Red Green Blue C M Y K H S L
Decimal 66 244 25 0.73 0 0.90 0.04 108.77 0.91 0.53
Hex 42 F4 19 49 0 5A 4 6D 5B 35
Octal 102 364 31 111 0 132 4 155 133 65
Binary 1000010 11110100 11001 1001001 0 1011010 100 1101101 1011011 110101

Color Harmonies of #42F419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F419

Black with #42F419

Text Example


Text Example

White with #42F419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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