#5bc10e

Color #5BC10E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5BC10E

Tints of Kelly Green #5BC10E

Color information

#5BC10E (or 0x5BC10E) is unknown color: approx Kelly Green. HEX triplet: 5B, C1 and 0E. RGB value is (91,193,14). Sum of RGB (Red+Green+Blue) = 91+193+14=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC10E is #A43EF1. Grayscale: #8E8E8E. Windows color (decimal): -10764018 or 967003. OLE color: 967003.

HSL color Cylindrical-coordinate representation of color #5BC10E: hue angle of 94.19º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BC10E is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB9119314-
CMYK0.5300.930.24
HSL94.19º86.47%40.59%-
HSV(B)94.19º92.75%75.69%-
XYZ23.4640.46.98-
YUV142.155.7191.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 193 (75.78% from 255) = 64.77%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=30.54%
G=64.77%
B=4.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91193140.5300.930.2494.1986.4740.59
Hex5BC1E3505D185e5629
Octal133301166501353013612651
Binary1011011110000011110110101010111011100010111101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc10e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,193,14); }

 H1.HeaderClassName
 {
   color: #5bc10e;
 }
 .AnyTagClassName
 {
   color: #5bc10e;
 }
</style>
background-color css

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

 a { background-color: rgb(91,193,14); }

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

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

 span { border-color: rgb(91,193,14); }

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