Html Css Color HEX #42EA14 Harlequin

📋 copy color: '#42EA14'

red 66 ◦ green 234 ◦ blue 20

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

Shades of Harlequin #42EA14

Tints of Harlequin #42EA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 20.63%
G = 73.13%
B = 6.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#42EA14 (or 0x42EA14) is known color: Harlequin. HEX triplet: 42, EA and 14. RGB value is (66,234,20). Sum of RGB (Red+Green+Blue) = 66+234+20=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 234 (91.80% from 255 or 73.12% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EA14 is #BD15EB. Grayscale: #A0A0A0. Windows color (decimal): -12391916 or 1370690. OLE color: 1370690.

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

Color convert

RGB 66 234 20 -
CMYK 0.72 0 0.91 0.08
HSL 107.1º 0.84% 0.5% -
HSV(B) 107.1º 0.91% 0.92% -
XYZ 31.8 60.05 10.58 -
YUV 159.37 49.34 61.4 -
System Red Green Blue C M Y K H S L
Decimal 66 234 20 0.72 0 0.91 0.08 107.1 0.84 0.5
Hex 42 EA 14 48 0 5B 8 6B 54 32
Octal 102 352 24 110 0 133 10 153 124 62
Binary 1000010 11101010 10100 1001000 0 1011011 1000 1101011 1010100 110010

Color Harmonies of #42EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA14

Black with #42EA14

Text Example


Text Example

White with #42EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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