Html Css Color HEX #42EA06 Harlequin

📋 copy color: '#42EA06'

red 66 ◦ green 234 ◦ blue 6

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

Shades of Harlequin #42EA06

Tints of Harlequin #42EA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 21.57%
G = 76.47%
B = 1.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#42EA06 (or 0x42EA06) is known color: Harlequin. HEX triplet: 42, EA and 06. RGB value is (66,234,6). Sum of RGB (Red+Green+Blue) = 66+234+6=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 234 (91.80% from 255 or 76.47% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EA06 is #BD15F9. Grayscale: #9E9E9E. Windows color (decimal): -12391930 or 453186. OLE color: 453186.

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

Color convert

RGB 66 234 6 -
CMYK 0.72 0 0.97 0.08
HSL 104.21º 0.95% 0.47% -
HSV(B) 104.21º 0.97% 0.92% -
XYZ 31.7 60.02 10.09 -
YUV 157.78 42.34 62.54 -
System Red Green Blue C M Y K H S L
Decimal 66 234 6 0.72 0 0.97 0.08 104.21 0.95 0.47
Hex 42 EA 6 48 0 61 8 68 5F 2F
Octal 102 352 6 110 0 141 10 150 137 57
Binary 1000010 11101010 110 1001000 0 1100001 1000 1101000 1011111 101111

Color Harmonies of #42EA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA06

Black with #42EA06

Text Example


Text Example

White with #42EA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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