Shades of Kelly Green #5BAF10
Tints of Kelly Green #5BAF10
RGB
CMYK
RGB Variations
Color information
#5BAF10 (or 0x5BAF10) is known color: Kelly Green. HEX triplet: 5B, AF and 10. RGB value is (91,175,16). Sum of RGB (Red+Green+Blue) = 91+175+16=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF10 is #A450EF. Grayscale: #848484. Windows color (decimal): -10768624 or 1093467. OLE color: 1093467.
HSL color Cylindrical-coordinate representation of color #5BAF10: hue angle of 91.7º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BAF10 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 16 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.31 |
| HSL | 91.7º | 0.83% | 0.37% | - |
| HSV(B) | 91.7º | 0.91% | 0.69% | - |
| XYZ | 19.74 | 32.92 | 5.8 | - |
| YUV | 131.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 16 | 0.48 | 0 | 0.91 | 0.31 | 91.7 | 0.83 | 0.37 |
| Hex | 5B | AF | 10 | 30 | 0 | 5B | 1F | 5C | 53 | 25 |
| Octal | 133 | 257 | 20 | 60 | 0 | 133 | 37 | 134 | 123 | 45 |
| Binary | 1011011 | 10101111 | 10000 | 110000 | 0 | 1011011 | 11111 | 1011100 | 1010011 | 100101 |
Color Harmonies of #5BAF10
Complementary color
Monochromatic Colors of #5BAF10
Black with #5BAF10
Text Example
Text Example
White with #5BAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF10; }
p { color: rgb(91,175,16); }
H1.HeaderClassName
{
color: #5BAF10;
}
.AnyTagClassName
{
color: #5BAF10;
}
</style>
background-color css
<style>
a { background-color: #5BAF10; }
a { background-color: rgb(91,175,16); }
div.DivClassName
{
background-color: #5BAF10;
}
.BgClassName
{
background-color: #5BAF10;
}
</style>
border-color css
<style>
span { border-color: #5BAF10; }
span { border-color: rgb(91,175,16); }
td.TdClassName
{
border-color: #5BAF10;
}
.TagClassName
{
border-color: #5BAF10;
}
</style>