Shades of Kelly Green #5BAF07
Tints of Kelly Green #5BAF07
RGB
CMYK
RGB Variations
Color information
#5BAF07 (or 0x5BAF07) is known color: Kelly Green. HEX triplet: 5B, AF and 07. RGB value is (91,175,7). Sum of RGB (Red+Green+Blue) = 91+175+7=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF07 is #A450F8. Grayscale: #838383. Windows color (decimal): -10768633 or 503643. OLE color: 503643.
HSL color Cylindrical-coordinate representation of color #5BAF07: hue angle of 90º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5BAF07 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 7 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.31 |
| HSL | 90º | 0.92% | 0.36% | - |
| HSV(B) | 90º | 0.96% | 0.69% | - |
| XYZ | 19.68 | 32.9 | 5.51 | - |
| YUV | 130.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 7 | 0.48 | 0 | 0.96 | 0.31 | 90 | 0.92 | 0.36 |
| Hex | 5B | AF | 7 | 30 | 0 | 60 | 1F | 5A | 5C | 24 |
| Octal | 133 | 257 | 7 | 60 | 0 | 140 | 37 | 132 | 134 | 44 |
| Binary | 1011011 | 10101111 | 111 | 110000 | 0 | 1100000 | 11111 | 1011010 | 1011100 | 100100 |
Color Harmonies of #5BAF07
Complementary color
Monochromatic Colors of #5BAF07
Black with #5BAF07
Text Example
Text Example
White with #5BAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF07; }
p { color: rgb(91,175,7); }
H1.HeaderClassName
{
color: #5BAF07;
}
.AnyTagClassName
{
color: #5BAF07;
}
</style>
background-color css
<style>
a { background-color: #5BAF07; }
a { background-color: rgb(91,175,7); }
div.DivClassName
{
background-color: #5BAF07;
}
.BgClassName
{
background-color: #5BAF07;
}
</style>
border-color css
<style>
span { border-color: #5BAF07; }
span { border-color: rgb(91,175,7); }
td.TdClassName
{
border-color: #5BAF07;
}
.TagClassName
{
border-color: #5BAF07;
}
</style>