Shades of Kelly Green #5BAF03
Tints of Kelly Green #5BAF03
RGB
CMYK
RGB Variations
Color information
#5BAF03 (or 0x5BAF03) is known color: Kelly Green. HEX triplet: 5B, AF and 03. RGB value is (91,175,3). Sum of RGB (Red+Green+Blue) = 91+175+3=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF03 is #A450FC. Grayscale: #828282. Windows color (decimal): -10768637 or 241499. OLE color: 241499.
HSL color Cylindrical-coordinate representation of color #5BAF03: hue angle of 89.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5BAF03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.31 |
| HSL | 89.3º | 0.97% | 0.35% | - |
| HSV(B) | 89.3º | 0.98% | 0.69% | - |
| XYZ | 19.66 | 32.89 | 5.4 | - |
| YUV | 130.28 | 56.17 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 3 | 0.48 | 0 | 0.98 | 0.31 | 89.3 | 0.97 | 0.35 |
| Hex | 5B | AF | 3 | 30 | 0 | 62 | 1F | 59 | 61 | 23 |
| Octal | 133 | 257 | 3 | 60 | 0 | 142 | 37 | 131 | 141 | 43 |
| Binary | 1011011 | 10101111 | 11 | 110000 | 0 | 1100010 | 11111 | 1011001 | 1100001 | 100011 |
Color Harmonies of #5BAF03
Complementary color
Monochromatic Colors of #5BAF03
Black with #5BAF03
Text Example
Text Example
White with #5BAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF03; }
p { color: rgb(91,175,3); }
H1.HeaderClassName
{
color: #5BAF03;
}
.AnyTagClassName
{
color: #5BAF03;
}
</style>
background-color css
<style>
a { background-color: #5BAF03; }
a { background-color: rgb(91,175,3); }
div.DivClassName
{
background-color: #5BAF03;
}
.BgClassName
{
background-color: #5BAF03;
}
</style>
border-color css
<style>
span { border-color: #5BAF03; }
span { border-color: rgb(91,175,3); }
td.TdClassName
{
border-color: #5BAF03;
}
.TagClassName
{
border-color: #5BAF03;
}
</style>