#5BBC1C

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

Shades of Kelly Green #5BBC1C

Tints of Kelly Green #5BBC1C

Color information

#5BBC1C (or 0x5BBC1C) is unknown color: approx Kelly Green. HEX triplet: 5B, BC and 1C. RGB value is (91,188,28). Sum of RGB (Red+Green+Blue) = 91+188+28=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC1C is #A443E3. Grayscale: #8D8D8D. Windows color (decimal): -10765284 or 1883227. OLE color: 1883227.

HSL color Cylindrical-coordinate representation of color #5BBC1C: hue angle of 96.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5BBC1C is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB9118828-
CMYK0.5200.850.26
HSL96.38º74.07%42.35%-
HSV(B)96.38º85.11%73.73%-
XYZ22.5138.277.3-
YUV140.7664.3692.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 188 (73.83% from 255) = 61.24%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=29.64%
G=61.24%
B=9.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91188280.5200.850.2696.3874.0742.35
Hex5BBC1C340551A604a2a
Octal133274346401253214011252
Binary10110111011110011100110100010101011101011000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,188,28); }

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

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

 a { background-color: rgb(91,188,28); }

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

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

 span { border-color: rgb(91,188,28); }

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