Shades of Kelly Green #5BCF0D
Tints of Kelly Green #5BCF0D
RGB
CMYK
RGB Variations
Color information
#5BCF0D (or 0x5BCF0D) is known color: Kelly Green. HEX triplet: 5B, CF and 0D. RGB value is (91,207,13). Sum of RGB (Red+Green+Blue) = 91+207+13=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BCF0D is #A430F2. Grayscale: #969696. Windows color (decimal): -10760435 or 905051. OLE color: 905051.
HSL color Cylindrical-coordinate representation of color #5BCF0D: hue angle of 95.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BCF0D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 13 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.19 |
| HSL | 95.88º | 0.88% | 0.43% | - |
| HSV(B) | 95.88º | 0.94% | 0.81% | - |
| XYZ | 26.7 | 46.88 | 8.02 | - |
| YUV | 150.2 | 50.57 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 13 | 0.56 | 0 | 0.94 | 0.19 | 95.88 | 0.88 | 0.43 |
| Hex | 5B | CF | D | 38 | 0 | 5E | 13 | 60 | 58 | 2B |
| Octal | 133 | 317 | 15 | 70 | 0 | 136 | 23 | 140 | 130 | 53 |
| Binary | 1011011 | 11001111 | 1101 | 111000 | 0 | 1011110 | 10011 | 1100000 | 1011000 | 101011 |
Color Harmonies of #5BCF0D
Complementary color
Monochromatic Colors of #5BCF0D
Black with #5BCF0D
Text Example
Text Example
White with #5BCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF0D; }
p { color: rgb(91,207,13); }
H1.HeaderClassName
{
color: #5BCF0D;
}
.AnyTagClassName
{
color: #5BCF0D;
}
</style>
background-color css
<style>
a { background-color: #5BCF0D; }
a { background-color: rgb(91,207,13); }
div.DivClassName
{
background-color: #5BCF0D;
}
.BgClassName
{
background-color: #5BCF0D;
}
</style>
border-color css
<style>
span { border-color: #5BCF0D; }
span { border-color: rgb(91,207,13); }
td.TdClassName
{
border-color: #5BCF0D;
}
.TagClassName
{
border-color: #5BCF0D;
}
</style>