Shades of Kelly Green #45D600
Tints of Kelly Green #45D600
RGB
CMYK
RGB Variations
Color information
#45D600 (or 0x45D600) is known color: Kelly Green. HEX triplet: 45, D6 and 00. RGB value is (69,214,0). Sum of RGB (Red+Green+Blue) = 69+214+0=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #45D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D600 is #BA29FF. Grayscale: #929292. Windows color (decimal): -12200448 or 54853. OLE color: 54853.
HSL color Cylindrical-coordinate representation of color #45D600: hue angle of 100.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45D600 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.16 |
| HSL | 100.65º | 1% | 0.42% | - |
| HSV(B) | 100.65º | 1% | 0.84% | - |
| XYZ | 26.5 | 49.36 | 8.13 | - |
| YUV | 146.25 | 45.46 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 0 | 0.68 | 0 | 1 | 0.16 | 100.65 | 1 | 0.42 |
| Hex | 45 | D6 | 0 | 44 | 0 | 64 | 10 | 65 | 64 | 2A |
| Octal | 105 | 326 | 0 | 104 | 0 | 144 | 20 | 145 | 144 | 52 |
| Binary | 1000101 | 11010110 | 0 | 1000100 | 0 | 1100100 | 10000 | 1100101 | 1100100 | 101010 |
Color Harmonies of #45D600
Complementary color
Monochromatic Colors of #45D600
Black with #45D600
Text Example
Text Example
White with #45D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D600; }
p { color: rgb(69,214,0); }
H1.HeaderClassName
{
color: #45D600;
}
.AnyTagClassName
{
color: #45D600;
}
</style>
background-color css
<style>
a { background-color: #45D600; }
a { background-color: rgb(69,214,0); }
div.DivClassName
{
background-color: #45D600;
}
.BgClassName
{
background-color: #45D600;
}
</style>
border-color css
<style>
span { border-color: #45D600; }
span { border-color: rgb(69,214,0); }
td.TdClassName
{
border-color: #45D600;
}
.TagClassName
{
border-color: #45D600;
}
</style>