Html Css Color HEX #42F425 Harlequin

📋 copy color: '#42F425'

red 66 ◦ green 244 ◦ blue 37

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

Shades of Harlequin #42F425

Tints of Harlequin #42F425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 19.02%
G = 70.32%
B = 10.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#42F425 (or 0x42F425) is known color: Harlequin. HEX triplet: 42, F4 and 25. RGB value is (66,244,37). Sum of RGB (Red+Green+Blue) = 66+244+37=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 244 (95.70% from 255 or 70.32% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 244 - color contains mainly: green. Hex color #42F425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F425 is #BD0BDA. Grayscale: #A7A7A7. Windows color (decimal): -12389339 or 2487362. OLE color: 2487362.

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

Color convert

RGB 66 244 37 -
CMYK 0.73 0 0.85 0.04
HSL 111.59º 0.9% 0.55% -
HSV(B) 111.59º 0.85% 0.96% -
XYZ 34.93 65.99 12.65 -
YUV 167.18 54.53 55.83 -
System Red Green Blue C M Y K H S L
Decimal 66 244 37 0.73 0 0.85 0.04 111.59 0.9 0.55
Hex 42 F4 25 49 0 55 4 70 5A 37
Octal 102 364 45 111 0 125 4 160 132 67
Binary 1000010 11110100 100101 1001001 0 1010101 100 1110000 1011010 110111

Color Harmonies of #42F425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F425

Black with #42F425

Text Example


Text Example

White with #42F425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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