#5BCA15

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

Shades of Kelly Green #5BCA15

Tints of Kelly Green #5BCA15

Color information

#5BCA15 (or 0x5BCA15) is unknown color: approx Kelly Green. HEX triplet: 5B, CA and 15. RGB value is (91,202,21). Sum of RGB (Red+Green+Blue) = 91+202+21=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BCA15 is #A435EA. Grayscale: #949494. Windows color (decimal): -10761707 or 1428059. OLE color: 1428059.

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

Color convert

RGB9120221-
CMYK0.5500.900.21
HSL96.8º81.17%43.73%-
HSV(B)96.8º89.6%79.22%-
XYZ25.5744.527.95-
YUV148.1856.2387.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 202 (79.30% from 255) = 64.33%
BLUE value IS 21 (8.59% from 255) = 6.69%
R=28.98%
G=64.33%
B=6.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91202210.5500.900.2196.881.1743.73
Hex5BCA153705A1561512c
Octal133312256701322514112154
Binary10110111100101010101110111010110101010111000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,202,21); }

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

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

 a { background-color: rgb(91,202,21); }

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

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

 span { border-color: rgb(91,202,21); }

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