Shades of Kelly Green #45D50D
Tints of Kelly Green #45D50D
RGB
CMYK
RGB Variations
Color information
#45D50D (or 0x45D50D) is known color: Kelly Green. HEX triplet: 45, D5 and 0D. RGB value is (69,213,13). Sum of RGB (Red+Green+Blue) = 69+213+13=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #45D50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D50D is #BA2AF2. Grayscale: #939393. Windows color (decimal): -12200691 or 906565. OLE color: 906565.
HSL color Cylindrical-coordinate representation of color #45D50D: hue angle of 103.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45D50D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.16 |
| HSL | 103.2º | 0.88% | 0.44% | - |
| HSV(B) | 103.2º | 0.94% | 0.84% | - |
| XYZ | 26.32 | 48.88 | 8.43 | - |
| YUV | 147.14 | 52.29 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 13 | 0.68 | 0 | 0.94 | 0.16 | 103.2 | 0.88 | 0.44 |
| Hex | 45 | D5 | D | 44 | 0 | 5E | 10 | 67 | 58 | 2C |
| Octal | 105 | 325 | 15 | 104 | 0 | 136 | 20 | 147 | 130 | 54 |
| Binary | 1000101 | 11010101 | 1101 | 1000100 | 0 | 1011110 | 10000 | 1100111 | 1011000 | 101100 |
Color Harmonies of #45D50D
Complementary color
Monochromatic Colors of #45D50D
Black with #45D50D
Text Example
Text Example
White with #45D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D50D; }
p { color: rgb(69,213,13); }
H1.HeaderClassName
{
color: #45D50D;
}
.AnyTagClassName
{
color: #45D50D;
}
</style>
background-color css
<style>
a { background-color: #45D50D; }
a { background-color: rgb(69,213,13); }
div.DivClassName
{
background-color: #45D50D;
}
.BgClassName
{
background-color: #45D50D;
}
</style>
border-color css
<style>
span { border-color: #45D50D; }
span { border-color: rgb(69,213,13); }
td.TdClassName
{
border-color: #45D50D;
}
.TagClassName
{
border-color: #45D50D;
}
</style>