Html Css Color HEX #5ED80E Kelly Green

📋 copy color: '#5ED80E'

red 94 ◦ green 216 ◦ blue 14

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

Shades of Kelly Green #5ED80E

Tints of Kelly Green #5ED80E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.67%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 29.01%
G = 66.67%
B = 4.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#5ED80E (or 0x5ED80E) is known color: Kelly Green. HEX triplet: 5E, D8 and 0E. RGB value is (94,216,14). Sum of RGB (Red+Green+Blue) = 94+216+14=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED80E is #A127F1. Grayscale: #9D9D9D. Windows color (decimal): -10561522 or 972894. OLE color: 972894.

HSL color Cylindrical-coordinate representation of color #5ED80E: hue angle of 96.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5ED80E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 216 14 -
CMYK 0.56 0 0.94 0.15
HSL 96.24º 0.88% 0.45% -
HSV(B) 96.24º 0.94% 0.85% -
XYZ 29.25 51.52 8.82 -
YUV 156.49 47.58 83.43 -
System Red Green Blue C M Y K H S L
Decimal 94 216 14 0.56 0 0.94 0.15 96.24 0.88 0.45
Hex 5E D8 E 38 0 5E F 60 58 2D
Octal 136 330 16 70 0 136 17 140 130 55
Binary 1011110 11011000 1110 111000 0 1011110 1111 1100000 1011000 101101

Color Harmonies of #5ED80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED80E

Black with #5ED80E

Text Example


Text Example

White with #5ED80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,216,14); }

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

background-color css

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

 a { background-color: rgb(94,216,14); }

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

border-color css

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

 span { border-color: rgb(94,216,14); }

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