#5CBA15

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

Shades of Kelly Green #5CBA15

Tints of Kelly Green #5CBA15

Color information

#5CBA15 (or 0x5CBA15) is unknown color: approx Kelly Green. HEX triplet: 5C, BA and 15. RGB value is (92,186,21). Sum of RGB (Red+Green+Blue) = 92+186+21=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBA15 is #A345EA. Grayscale: #8B8B8B. Windows color (decimal): -10700267 or 1423964. OLE color: 1423964.

HSL color Cylindrical-coordinate representation of color #5CBA15: hue angle of 94.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5CBA15 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB9218621-
CMYK0.5100.890.27
HSL94.18º79.71%40.59%-
HSV(B)94.18º88.71%72.94%-
XYZ22.1137.456.77-
YUV139.0861.3694.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 21 (8.59% from 255) = 7.02%
R=30.77%
G=62.21%
B=7.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92186210.5100.890.2794.1879.7140.59
Hex5CBA15330591B5e5029
Octal134272256301313313612051
Binary10111001011101010101110011010110011101110111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,21); }

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

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

 a { background-color: rgb(92,186,21); }

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

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

 span { border-color: rgb(92,186,21); }

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