Html Css Color HEX #5EDC14 Kelly Green

📋 copy color: '#5EDC14'

red 94 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #5EDC14

Tints of Kelly Green #5EDC14

RGB

 RED value IS 94 (37.11% from 255) = 28.14%

 GREEN value IS 220 (86.33% from 255) = 65.87%

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

R = 28.14%
G = 65.87%
B = 5.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#5EDC14 (or 0x5EDC14) is known color: Kelly Green. HEX triplet: 5E, DC and 14. RGB value is (94,220,20). Sum of RGB (Red+Green+Blue) = 94+220+20=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDC14 is #A123EB. Grayscale: #A0A0A0. Windows color (decimal): -10560492 or 1367134. OLE color: 1367134.

HSL color Cylindrical-coordinate representation of color #5EDC14: hue angle of 97.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EDC14 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 220 20 -
CMYK 0.57 0 0.91 0.14
HSL 97.8º 0.83% 0.47% -
HSV(B) 97.8º 0.91% 0.86% -
XYZ 30.34 53.62 9.41 -
YUV 159.53 49.26 81.26 -
System Red Green Blue C M Y K H S L
Decimal 94 220 20 0.57 0 0.91 0.14 97.8 0.83 0.47
Hex 5E DC 14 39 0 5B E 62 53 2F
Octal 136 334 24 71 0 133 16 142 123 57
Binary 1011110 11011100 10100 111001 0 1011011 1110 1100010 1010011 101111

Color Harmonies of #5EDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDC14

Black with #5EDC14

Text Example


Text Example

White with #5EDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EDC14; }

 p { color: rgb(94,220,20); }

 H1.HeaderClassName
 {
   color: #5EDC14;
 }
 .AnyTagClassName
 {
   color: #5EDC14;
 }
</style>

background-color css

<style>
 a { background-color: #5EDC14; }

 a { background-color: rgb(94,220,20); }

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

border-color css

<style>
 span { border-color: #5EDC14; }

 span { border-color: rgb(94,220,20); }

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