Shades of Kelly Green #5DB100
Tints of Kelly Green #5DB100
RGB
CMYK
RGB Variations
Color information
#5DB100 (or 0x5DB100) is known color: Kelly Green. HEX triplet: 5D, B1 and 00. RGB value is (93,177,0). Sum of RGB (Red+Green+Blue) = 93+177+0=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DB100 is #A24EFF. Grayscale: #848484. Windows color (decimal): -10637056 or 45405. OLE color: 45405.
HSL color Cylindrical-coordinate representation of color #5DB100: hue angle of 88.47º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DB100 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.31 |
| HSL | 88.47º | 1% | 0.35% | - |
| HSV(B) | 88.47º | 1% | 0.69% | - |
| XYZ | 20.24 | 33.77 | 5.45 | - |
| YUV | 131.71 | 53.67 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 0 | 0.47 | 0 | 1 | 0.31 | 88.47 | 1 | 0.35 |
| Hex | 5D | B1 | 0 | 2F | 0 | 64 | 1F | 58 | 64 | 23 |
| Octal | 135 | 261 | 0 | 57 | 0 | 144 | 37 | 130 | 144 | 43 |
| Binary | 1011101 | 10110001 | 0 | 101111 | 0 | 1100100 | 11111 | 1011000 | 1100100 | 100011 |
Color Harmonies of #5DB100
Complementary color
Monochromatic Colors of #5DB100
Black with #5DB100
Text Example
Text Example
White with #5DB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB100; }
p { color: rgb(93,177,0); }
H1.HeaderClassName
{
color: #5DB100;
}
.AnyTagClassName
{
color: #5DB100;
}
</style>
background-color css
<style>
a { background-color: #5DB100; }
a { background-color: rgb(93,177,0); }
div.DivClassName
{
background-color: #5DB100;
}
.BgClassName
{
background-color: #5DB100;
}
</style>
border-color css
<style>
span { border-color: #5DB100; }
span { border-color: rgb(93,177,0); }
td.TdClassName
{
border-color: #5DB100;
}
.TagClassName
{
border-color: #5DB100;
}
</style>