Html Css Color HEX #42E414 Harlequin

📋 copy color: '#42E414'

red 66 ◦ green 228 ◦ blue 20

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

Shades of Harlequin #42E414

Tints of Harlequin #42E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.61%

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

R = 21.02%
G = 72.61%
B = 6.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#42E414 (or 0x42E414) is known color: Harlequin. HEX triplet: 42, E4 and 14. RGB value is (66,228,20). Sum of RGB (Red+Green+Blue) = 66+228+20=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 228 (89.45% from 255 or 72.61% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 228 - color contains mainly: green. Hex color #42E414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E414 is #BD1BEB. Grayscale: #9C9C9C. Windows color (decimal): -12393452 or 1369154. OLE color: 1369154.

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

Color convert

RGB 66 228 20 -
CMYK 0.71 0 0.91 0.11
HSL 106.73º 0.84% 0.49% -
HSV(B) 106.73º 0.91% 0.89% -
XYZ 30.12 56.7 10.02 -
YUV 155.85 51.33 63.91 -
System Red Green Blue C M Y K H S L
Decimal 66 228 20 0.71 0 0.91 0.11 106.73 0.84 0.49
Hex 42 E4 14 47 0 5B B 6B 54 31
Octal 102 344 24 107 0 133 13 153 124 61
Binary 1000010 11100100 10100 1000111 0 1011011 1011 1101011 1010100 110001

Color Harmonies of #42E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E414

Black with #42E414

Text Example


Text Example

White with #42E414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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