Shades of Kelly Green #5BAF0D
Tints of Kelly Green #5BAF0D
RGB
CMYK
RGB Variations
Color information
#5BAF0D (or 0x5BAF0D) is known color: Kelly Green. HEX triplet: 5B, AF and 0D. RGB value is (91,175,13). Sum of RGB (Red+Green+Blue) = 91+175+13=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF0D is #A450F2. Grayscale: #838383. Windows color (decimal): -10768627 or 896859. OLE color: 896859.
HSL color Cylindrical-coordinate representation of color #5BAF0D: hue angle of 91.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BAF0D is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 13 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.31 |
| HSL | 91.11º | 0.86% | 0.37% | - |
| HSV(B) | 91.11º | 0.93% | 0.69% | - |
| XYZ | 19.72 | 32.91 | 5.69 | - |
| YUV | 131.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 13 | 0.48 | 0 | 0.93 | 0.31 | 91.11 | 0.86 | 0.37 |
| Hex | 5B | AF | D | 30 | 0 | 5D | 1F | 5B | 56 | 25 |
| Octal | 133 | 257 | 15 | 60 | 0 | 135 | 37 | 133 | 126 | 45 |
| Binary | 1011011 | 10101111 | 1101 | 110000 | 0 | 1011101 | 11111 | 1011011 | 1010110 | 100101 |
Color Harmonies of #5BAF0D
Complementary color
Monochromatic Colors of #5BAF0D
Black with #5BAF0D
Text Example
Text Example
White with #5BAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF0D; }
p { color: rgb(91,175,13); }
H1.HeaderClassName
{
color: #5BAF0D;
}
.AnyTagClassName
{
color: #5BAF0D;
}
</style>
background-color css
<style>
a { background-color: #5BAF0D; }
a { background-color: rgb(91,175,13); }
div.DivClassName
{
background-color: #5BAF0D;
}
.BgClassName
{
background-color: #5BAF0D;
}
</style>
border-color css
<style>
span { border-color: #5BAF0D; }
span { border-color: rgb(91,175,13); }
td.TdClassName
{
border-color: #5BAF0D;
}
.TagClassName
{
border-color: #5BAF0D;
}
</style>