Html Css Color HEX #42EA19 Harlequin

📋 copy color: '#42EA19'

red 66 ◦ green 234 ◦ blue 25

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

Shades of Harlequin #42EA19

Tints of Harlequin #42EA19

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72%

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

R = 20.31%
G = 72%
B = 7.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#42EA19 (or 0x42EA19) is known color: Harlequin. HEX triplet: 42, EA and 19. RGB value is (66,234,25). Sum of RGB (Red+Green+Blue) = 66+234+25=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 234 (91.80% from 255 or 72% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EA19 is #BD15E6. Grayscale: #A0A0A0. Windows color (decimal): -12391911 or 1698370. OLE color: 1698370.

HSL color Cylindrical-coordinate representation of color #42EA19: hue angle of 108.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42EA19 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 25 -
CMYK 0.72 0 0.89 0.08
HSL 108.23º 0.83% 0.51% -
HSV(B) 108.23º 0.89% 0.92% -
XYZ 31.85 60.07 10.84 -
YUV 159.94 51.84 60.99 -
System Red Green Blue C M Y K H S L
Decimal 66 234 25 0.72 0 0.89 0.08 108.23 0.83 0.51
Hex 42 EA 19 48 0 59 8 6C 53 33
Octal 102 352 31 110 0 131 10 154 123 63
Binary 1000010 11101010 11001 1001000 0 1011001 1000 1101100 1010011 110011

Color Harmonies of #42EA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA19

Black with #42EA19

Text Example


Text Example

White with #42EA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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