Html Css Color HEX #4EE316 Harlequin

📋 copy color: '#4EE316'

red 78 ◦ green 227 ◦ blue 22

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

Shades of Harlequin #4EE316

Tints of Harlequin #4EE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.42%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 23.85%
G = 69.42%
B = 6.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#4EE316 (or 0x4EE316) is known color: Harlequin. HEX triplet: 4E, E3 and 16. RGB value is (78,227,22). Sum of RGB (Red+Green+Blue) = 78+227+22=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 227 (89.06% from 255 or 69.42% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE316 is #B11CE9. Grayscale: #9F9F9F. Windows color (decimal): -11607274 or 1499982. OLE color: 1499982.

HSL color Cylindrical-coordinate representation of color #4EE316: hue angle of 103.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EE316 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 78 227 22 -
CMYK 0.66 0 0.90 0.11
HSL 103.61º 0.82% 0.49% -
HSV(B) 103.61º 0.9% 0.89% -
XYZ 30.76 56.62 10.07 -
YUV 159.08 50.64 70.17 -
System Red Green Blue C M Y K H S L
Decimal 78 227 22 0.66 0 0.90 0.11 103.61 0.82 0.49
Hex 4E E3 16 42 0 5A B 68 52 31
Octal 116 343 26 102 0 132 13 150 122 61
Binary 1001110 11100011 10110 1000010 0 1011010 1011 1101000 1010010 110001

Color Harmonies of #4EE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE316

Black with #4EE316

Text Example


Text Example

White with #4EE316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,227,22); }

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

background-color css

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

 a { background-color: rgb(78,227,22); }

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

border-color css

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

 span { border-color: rgb(78,227,22); }

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