Html Css Color HEX #42E310 Harlequin

📋 copy color: '#42E310'

red 66 ◦ green 227 ◦ blue 16

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

Shades of Harlequin #42E310

Tints of Harlequin #42E310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 21.36%
G = 73.46%
B = 5.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#42E310 (or 0x42E310) is known color: Harlequin. HEX triplet: 42, E3 and 10. RGB value is (66,227,16). Sum of RGB (Red+Green+Blue) = 66+227+16=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #42E310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E310 is #BD1CEF. Grayscale: #9B9B9B. Windows color (decimal): -12393712 or 1106754. OLE color: 1106754.

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

Color convert

RGB 66 227 16 -
CMYK 0.71 0 0.93 0.11
HSL 105.78º 0.87% 0.48% -
HSV(B) 105.78º 0.93% 0.89% -
XYZ 29.81 56.13 9.75 -
YUV 154.81 49.66 64.66 -
System Red Green Blue C M Y K H S L
Decimal 66 227 16 0.71 0 0.93 0.11 105.78 0.87 0.48
Hex 42 E3 10 47 0 5D B 6A 57 30
Octal 102 343 20 107 0 135 13 152 127 60
Binary 1000010 11100011 10000 1000111 0 1011101 1011 1101010 1010111 110000

Color Harmonies of #42E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E310

Black with #42E310

Text Example


Text Example

White with #42E310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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