Html Css Color HEX #4EE614 Harlequin

📋 copy color: '#4EE614'

red 78 ◦ green 230 ◦ blue 20

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

Shades of Harlequin #4EE614

Tints of Harlequin #4EE614

RGB

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

 GREEN value IS 230 (90.23% from 255) = 70.12%

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

R = 23.78%
G = 70.12%
B = 6.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#4EE614 (or 0x4EE614) is known color: Harlequin. HEX triplet: 4E, E6 and 14. RGB value is (78,230,20). Sum of RGB (Red+Green+Blue) = 78+230+20=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE614 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE614 is #B119EB. Grayscale: #A1A1A1. Windows color (decimal): -11606508 or 1369678. OLE color: 1369678.

HSL color Cylindrical-coordinate representation of color #4EE614: hue angle of 103.43º 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 #4EE614 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 230 20 -
CMYK 0.66 0 0.91 0.10
HSL 103.43º 0.84% 0.49% -
HSV(B) 103.43º 0.91% 0.9% -
XYZ 31.56 58.26 10.24 -
YUV 160.61 48.64 69.08 -
System Red Green Blue C M Y K H S L
Decimal 78 230 20 0.66 0 0.91 0.10 103.43 0.84 0.49
Hex 4E E6 14 42 0 5B A 67 54 31
Octal 116 346 24 102 0 133 12 147 124 61
Binary 1001110 11100110 10100 1000010 0 1011011 1010 1100111 1010100 110001

Color Harmonies of #4EE614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE614

Black with #4EE614

Text Example


Text Example

White with #4EE614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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