#5bc00f

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

Shades of Kelly Green #5BC00F

Tints of Kelly Green #5BC00F

Color information

#5BC00F (or 0x5BC00F) is unknown color: approx Kelly Green. HEX triplet: 5B, C0 and 0F. RGB value is (91,192,15). Sum of RGB (Red+Green+Blue) = 91+192+15=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC00F is #A43FF0. Grayscale: #8E8E8E. Windows color (decimal): -10764273 or 1032283. OLE color: 1032283.

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

Color convert

RGB9119215-
CMYK0.5300.920.25
HSL94.24º85.51%40.59%-
HSV(B)94.24º92.19%75.29%-
XYZ23.2539.966.94-
YUV141.6256.5491.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 192 (75.39% from 255) = 64.43%
BLUE value IS 15 (6.25% from 255) = 5.03%
R=30.54%
G=64.43%
B=5.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91192150.5300.920.2594.2485.5140.59
Hex5BC0F3505C195e5629
Octal133300176501343113612651
Binary1011011110000001111110101010111001100110111101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,15); }

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

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

 a { background-color: rgb(91,192,15); }

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

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

 span { border-color: rgb(91,192,15); }

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

cancel