Html Css Color HEX #42E31A Harlequin

📋 copy color: '#42E31A'

red 66 ◦ green 227 ◦ blue 26

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

Shades of Harlequin #42E31A

Tints of Harlequin #42E31A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.16%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 20.69%
G = 71.16%
B = 8.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#42E31A (or 0x42E31A) is known color: Harlequin. HEX triplet: 42, E3 and 1A. RGB value is (66,227,26). Sum of RGB (Red+Green+Blue) = 66+227+26=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #42E31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E31A is #BD1CE5. Grayscale: #9C9C9C. Windows color (decimal): -12393702 or 1762114. OLE color: 1762114.

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

Color convert

RGB 66 227 26 -
CMYK 0.71 0 0.89 0.11
HSL 108.06º 0.79% 0.5% -
HSV(B) 108.06º 0.89% 0.89% -
XYZ 29.9 56.17 10.24 -
YUV 155.95 54.66 63.84 -
System Red Green Blue C M Y K H S L
Decimal 66 227 26 0.71 0 0.89 0.11 108.06 0.79 0.5
Hex 42 E3 1A 47 0 59 B 6C 4F 32
Octal 102 343 32 107 0 131 13 154 117 62
Binary 1000010 11100011 11010 1000111 0 1011001 1011 1101100 1001111 110010

Color Harmonies of #42E31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E31A

Black with #42E31A

Text Example


Text Example

White with #42E31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,227,26); }

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

background-color css

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

 a { background-color: rgb(66,227,26); }

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

border-color css

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

 span { border-color: rgb(66,227,26); }

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