Html Css Color HEX #42EE19 Harlequin

📋 copy color: '#42EE19'

red 66 ◦ green 238 ◦ blue 25

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

Shades of Harlequin #42EE19

Tints of Harlequin #42EE19

RGB

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

 GREEN value IS 238 (93.36% from 255) = 72.34%

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

R = 20.06%
G = 72.34%
B = 7.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#42EE19 (or 0x42EE19) is known color: Harlequin. HEX triplet: 42, EE and 19. RGB value is (66,238,25). Sum of RGB (Red+Green+Blue) = 66+238+25=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EE19 is #BD11E6. Grayscale: #A2A2A2. Windows color (decimal): -12390887 or 1699394. OLE color: 1699394.

HSL color Cylindrical-coordinate representation of color #42EE19: hue angle of 108.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42EE19 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 25 -
CMYK 0.72 0 0.89 0.07
HSL 108.45º 0.86% 0.52% -
HSV(B) 108.45º 0.89% 0.93% -
XYZ 33 62.38 11.22 -
YUV 162.29 50.52 59.32 -
System Red Green Blue C M Y K H S L
Decimal 66 238 25 0.72 0 0.89 0.07 108.45 0.86 0.52
Hex 42 EE 19 48 0 59 7 6C 56 34
Octal 102 356 31 110 0 131 7 154 126 64
Binary 1000010 11101110 11001 1001000 0 1011001 111 1101100 1010110 110100

Color Harmonies of #42EE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EE19

Black with #42EE19

Text Example


Text Example

White with #42EE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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