Html Css Color HEX #4EF014 Harlequin

📋 copy color: '#4EF014'

red 78 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #4EF014

Tints of Harlequin #4EF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.01%

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

R = 23.08%
G = 71.01%
B = 5.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#4EF014 (or 0x4EF014) is known color: Harlequin. HEX triplet: 4E, F0 and 14. RGB value is (78,240,20). Sum of RGB (Red+Green+Blue) = 78+240+20=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF014 is #B10FEB. Grayscale: #A7A7A7. Windows color (decimal): -11603948 or 1372238. OLE color: 1372238.

HSL color Cylindrical-coordinate representation of color #4EF014: hue angle of 104.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EF014 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 240 20 -
CMYK 0.68 0 0.92 0.06
HSL 104.18º 0.88% 0.51% -
HSV(B) 104.18º 0.92% 0.94% -
XYZ 34.43 63.99 11.2 -
YUV 166.48 45.33 64.89 -
System Red Green Blue C M Y K H S L
Decimal 78 240 20 0.68 0 0.92 0.06 104.18 0.88 0.51
Hex 4E F0 14 44 0 5C 6 68 58 33
Octal 116 360 24 104 0 134 6 150 130 63
Binary 1001110 11110000 10100 1000100 0 1011100 110 1101000 1011000 110011

Color Harmonies of #4EF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF014

Black with #4EF014

Text Example


Text Example

White with #4EF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,240,20); }

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

background-color css

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

 a { background-color: rgb(78,240,20); }

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

border-color css

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

 span { border-color: rgb(78,240,20); }

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