Html Css Color HEX #4EEC10 Harlequin

📋 copy color: '#4EEC10'

red 78 ◦ green 236 ◦ blue 16

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

Shades of Harlequin #4EEC10

Tints of Harlequin #4EEC10

RGB

 RED value IS 78 (30.86% from 255) = 23.64%

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

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 23.64%
G = 71.52%
B = 4.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#4EEC10 (or 0x4EEC10) is known color: Harlequin. HEX triplet: 4E, EC and 10. RGB value is (78,236,16). Sum of RGB (Red+Green+Blue) = 78+236+16=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEC10 is #B113EF. Grayscale: #A4A4A4. Windows color (decimal): -11604976 or 1109070. OLE color: 1109070.

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

Color convert

RGB 78 236 16 -
CMYK 0.67 0 0.93 0.07
HSL 103.09º 0.87% 0.49% -
HSV(B) 103.09º 0.93% 0.93% -
XYZ 33.23 61.65 10.64 -
YUV 163.68 44.65 66.89 -
System Red Green Blue C M Y K H S L
Decimal 78 236 16 0.67 0 0.93 0.07 103.09 0.87 0.49
Hex 4E EC 10 43 0 5D 7 67 57 31
Octal 116 354 20 103 0 135 7 147 127 61
Binary 1001110 11101100 10000 1000011 0 1011101 111 1100111 1010111 110001

Color Harmonies of #4EEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEC10

Black with #4EEC10

Text Example


Text Example

White with #4EEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EEC10; }

 p { color: rgb(78,236,16); }

 H1.HeaderClassName
 {
   color: #4EEC10;
 }
 .AnyTagClassName
 {
   color: #4EEC10;
 }
</style>

background-color css

<style>
 a { background-color: #4EEC10; }

 a { background-color: rgb(78,236,16); }

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

border-color css

<style>
 span { border-color: #4EEC10; }

 span { border-color: rgb(78,236,16); }

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