Html Css Color HEX #42EC11 Harlequin

📋 copy color: '#42EC11'

red 66 ◦ green 236 ◦ blue 17

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

Shades of Harlequin #42EC11

Tints of Harlequin #42EC11

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.98%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 20.69%
G = 73.98%
B = 5.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#42EC11 (or 0x42EC11) is known color: Harlequin. HEX triplet: 42, EC and 11. RGB value is (66,236,17). Sum of RGB (Red+Green+Blue) = 66+236+17=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EC11 is #BD13EE. Grayscale: #A0A0A0. Windows color (decimal): -12391407 or 1174594. OLE color: 1174594.

HSL color Cylindrical-coordinate representation of color #42EC11: hue angle of 106.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42EC11 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 17 -
CMYK 0.72 0 0.93 0.07
HSL 106.58º 0.87% 0.5% -
HSV(B) 106.58º 0.93% 0.93% -
XYZ 32.34 61.19 10.64 -
YUV 160.2 47.18 60.81 -
System Red Green Blue C M Y K H S L
Decimal 66 236 17 0.72 0 0.93 0.07 106.58 0.87 0.5
Hex 42 EC 11 48 0 5D 7 6B 57 32
Octal 102 354 21 110 0 135 7 153 127 62
Binary 1000010 11101100 10001 1001000 0 1011101 111 1101011 1010111 110010

Color Harmonies of #42EC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EC11

Black with #42EC11

Text Example


Text Example

White with #42EC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,236,17); }

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

background-color css

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

 a { background-color: rgb(66,236,17); }

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

border-color css

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

 span { border-color: rgb(66,236,17); }

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