Html Css Color HEX #42E619 Harlequin

📋 copy color: '#42E619'

red 66 ◦ green 230 ◦ blue 25

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

Shades of Harlequin #42E619

Tints of Harlequin #42E619

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.65%

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

R = 20.56%
G = 71.65%
B = 7.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#42E619 (or 0x42E619) is known color: Harlequin. HEX triplet: 42, E6 and 19. RGB value is (66,230,25). Sum of RGB (Red+Green+Blue) = 66+230+25=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 230 (90.23% from 255 or 71.65% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 230 - color contains mainly: green. Hex color #42E619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E619 is #BD19E6. Grayscale: #9E9E9E. Windows color (decimal): -12392935 or 1697346. OLE color: 1697346.

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

Color convert

RGB 66 230 25 -
CMYK 0.71 0 0.89 0.10
HSL 108º 0.8% 0.5% -
HSV(B) 108º 0.89% 0.9% -
XYZ 30.72 57.82 10.46 -
YUV 157.59 53.17 62.67 -
System Red Green Blue C M Y K H S L
Decimal 66 230 25 0.71 0 0.89 0.10 108 0.8 0.5
Hex 42 E6 19 47 0 59 A 6C 50 32
Octal 102 346 31 107 0 131 12 154 120 62
Binary 1000010 11100110 11001 1000111 0 1011001 1010 1101100 1010000 110010

Color Harmonies of #42E619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E619

Black with #42E619

Text Example


Text Example

White with #42E619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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