Shades of Kelly Green #5DCD03
Tints of Kelly Green #5DCD03
RGB
CMYK
RGB Variations
Color information
#5DCD03 (or 0x5DCD03) is known color: Kelly Green. HEX triplet: 5D, CD and 03. RGB value is (93,205,3). Sum of RGB (Red+Green+Blue) = 93+205+3=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCD03 is #A232FC. Grayscale: #959595. Windows color (decimal): -10629885 or 249181. OLE color: 249181.
HSL color Cylindrical-coordinate representation of color #5DCD03: hue angle of 93.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DCD03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.20 |
| HSL | 93.27º | 0.97% | 0.41% | - |
| HSV(B) | 93.27º | 0.99% | 0.8% | - |
| XYZ | 26.36 | 46 | 7.57 | - |
| YUV | 148.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 3 | 0.55 | 0 | 0.99 | 0.20 | 93.27 | 0.97 | 0.41 |
| Hex | 5D | CD | 3 | 37 | 0 | 63 | 14 | 5D | 61 | 29 |
| Octal | 135 | 315 | 3 | 67 | 0 | 143 | 24 | 135 | 141 | 51 |
| Binary | 1011101 | 11001101 | 11 | 110111 | 0 | 1100011 | 10100 | 1011101 | 1100001 | 101001 |
Color Harmonies of #5DCD03
Complementary color
Monochromatic Colors of #5DCD03
Black with #5DCD03
Text Example
Text Example
White with #5DCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD03; }
p { color: rgb(93,205,3); }
H1.HeaderClassName
{
color: #5DCD03;
}
.AnyTagClassName
{
color: #5DCD03;
}
</style>
background-color css
<style>
a { background-color: #5DCD03; }
a { background-color: rgb(93,205,3); }
div.DivClassName
{
background-color: #5DCD03;
}
.BgClassName
{
background-color: #5DCD03;
}
</style>
border-color css
<style>
span { border-color: #5DCD03; }
span { border-color: rgb(93,205,3); }
td.TdClassName
{
border-color: #5DCD03;
}
.TagClassName
{
border-color: #5DCD03;
}
</style>