Html Css Color HEX #5ECE14 Kelly Green

📋 copy color: '#5ECE14'

red 94 ◦ green 206 ◦ blue 20

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

Shades of Kelly Green #5ECE14

Tints of Kelly Green #5ECE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.38%

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

R = 29.38%
G = 64.38%
B = 6.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#5ECE14 (or 0x5ECE14) is known color: Kelly Green. HEX triplet: 5E, CE and 14. RGB value is (94,206,20). Sum of RGB (Red+Green+Blue) = 94+206+20=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ECE14 is #A131EB. Grayscale: #979797. Windows color (decimal): -10564076 or 1363550. OLE color: 1363550.

HSL color Cylindrical-coordinate representation of color #5ECE14: hue angle of 96.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5ECE14 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 206 20 -
CMYK 0.54 0 0.90 0.19
HSL 96.13º 0.82% 0.44% -
HSV(B) 96.13º 0.9% 0.81% -
XYZ 26.81 46.57 8.24 -
YUV 151.31 53.89 87.12 -
System Red Green Blue C M Y K H S L
Decimal 94 206 20 0.54 0 0.90 0.19 96.13 0.82 0.44
Hex 5E CE 14 36 0 5A 13 60 52 2C
Octal 136 316 24 66 0 132 23 140 122 54
Binary 1011110 11001110 10100 110110 0 1011010 10011 1100000 1010010 101100

Color Harmonies of #5ECE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECE14

Black with #5ECE14

Text Example


Text Example

White with #5ECE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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