Html Css Color HEX #42E514 Harlequin

📋 copy color: '#42E514'

red 66 ◦ green 229 ◦ blue 20

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

Shades of Harlequin #42E514

Tints of Harlequin #42E514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 72.7%

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

R = 20.95%
G = 72.7%
B = 6.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#42E514 (or 0x42E514) is known color: Harlequin. HEX triplet: 42, E5 and 14. RGB value is (66,229,20). Sum of RGB (Red+Green+Blue) = 66+229+20=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #42E514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E514 is #BD1AEB. Grayscale: #9D9D9D. Windows color (decimal): -12393196 or 1369410. OLE color: 1369410.

HSL color Cylindrical-coordinate representation of color #42E514: hue angle of 106.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42E514 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 20 -
CMYK 0.71 0 0.91 0.10
HSL 106.79º 0.84% 0.49% -
HSV(B) 106.79º 0.91% 0.9% -
XYZ 30.39 57.25 10.11 -
YUV 156.44 51 63.49 -
System Red Green Blue C M Y K H S L
Decimal 66 229 20 0.71 0 0.91 0.10 106.79 0.84 0.49
Hex 42 E5 14 47 0 5B A 6B 54 31
Octal 102 345 24 107 0 133 12 153 124 61
Binary 1000010 11100101 10100 1000111 0 1011011 1010 1101011 1010100 110001

Color Harmonies of #42E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E514

Black with #42E514

Text Example


Text Example

White with #42E514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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