Html Css Color HEX #42E119 Harlequin

📋 copy color: '#42E119'

red 66 ◦ green 225 ◦ blue 25

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

Shades of Harlequin #42E119

Tints of Harlequin #42E119

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

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

R = 20.89%
G = 71.2%
B = 7.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#42E119 (or 0x42E119) is known color: Harlequin. HEX triplet: 42, E1 and 19. RGB value is (66,225,25). Sum of RGB (Red+Green+Blue) = 66+225+25=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #42E119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E119 is #BD1EE6. Grayscale: #9B9B9B. Windows color (decimal): -12394215 or 1696066. OLE color: 1696066.

HSL color Cylindrical-coordinate representation of color #42E119: hue angle of 107.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42E119 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 25 -
CMYK 0.71 0 0.89 0.12
HSL 107.7º 0.8% 0.49% -
HSV(B) 107.7º 0.89% 0.88% -
XYZ 29.35 55.08 10 -
YUV 154.66 54.82 64.76 -
System Red Green Blue C M Y K H S L
Decimal 66 225 25 0.71 0 0.89 0.12 107.7 0.8 0.49
Hex 42 E1 19 47 0 59 C 6C 50 31
Octal 102 341 31 107 0 131 14 154 120 61
Binary 1000010 11100001 11001 1000111 0 1011001 1100 1101100 1010000 110001

Color Harmonies of #42E119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E119

Black with #42E119

Text Example


Text Example

White with #42E119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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