Shades of Kelly Green #45D614
Tints of Kelly Green #45D614
RGB
CMYK
RGB Variations
Color information
#45D614 (or 0x45D614) is known color: Kelly Green. HEX triplet: 45, D6 and 14. RGB value is (69,214,20). Sum of RGB (Red+Green+Blue) = 69+214+20=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #45D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D614 is #BA29EB. Grayscale: #959595. Windows color (decimal): -12200428 or 1365573. OLE color: 1365573.
HSL color Cylindrical-coordinate representation of color #45D614: hue angle of 104.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45D614 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 20 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.16 |
| HSL | 104.85º | 0.83% | 0.46% | - |
| HSV(B) | 104.85º | 0.91% | 0.84% | - |
| XYZ | 26.63 | 49.41 | 8.8 | - |
| YUV | 148.53 | 55.46 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 20 | 0.68 | 0 | 0.91 | 0.16 | 104.85 | 0.83 | 0.46 |
| Hex | 45 | D6 | 14 | 44 | 0 | 5B | 10 | 69 | 53 | 2E |
| Octal | 105 | 326 | 24 | 104 | 0 | 133 | 20 | 151 | 123 | 56 |
| Binary | 1000101 | 11010110 | 10100 | 1000100 | 0 | 1011011 | 10000 | 1101001 | 1010011 | 101110 |
Color Harmonies of #45D614
Complementary color
Monochromatic Colors of #45D614
Black with #45D614
Text Example
Text Example
White with #45D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D614; }
p { color: rgb(69,214,20); }
H1.HeaderClassName
{
color: #45D614;
}
.AnyTagClassName
{
color: #45D614;
}
</style>
background-color css
<style>
a { background-color: #45D614; }
a { background-color: rgb(69,214,20); }
div.DivClassName
{
background-color: #45D614;
}
.BgClassName
{
background-color: #45D614;
}
</style>
border-color css
<style>
span { border-color: #45D614; }
span { border-color: rgb(69,214,20); }
td.TdClassName
{
border-color: #45D614;
}
.TagClassName
{
border-color: #45D614;
}
</style>