Shades of Kelly Green #45CA20
Tints of Kelly Green #45CA20
RGB
CMYK
RGB Variations
Color information
#45CA20 (or 0x45CA20) is known color: Kelly Green. HEX triplet: 45, CA and 20. RGB value is (69,202,32). Sum of RGB (Red+Green+Blue) = 69+202+32=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA20 is #BA35DF. Grayscale: #8F8F8F. Windows color (decimal): -12203488 or 2148933. OLE color: 2148933.
HSL color Cylindrical-coordinate representation of color #45CA20: hue angle of 106.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45CA20 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 32 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.21 |
| HSL | 106.94º | 0.73% | 0.46% | - |
| HSV(B) | 106.94º | 0.84% | 0.79% | - |
| XYZ | 23.84 | 43.61 | 8.53 | - |
| YUV | 142.85 | 65.44 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 32 | 0.66 | 0 | 0.84 | 0.21 | 106.94 | 0.73 | 0.46 |
| Hex | 45 | CA | 20 | 42 | 0 | 54 | 15 | 6B | 49 | 2E |
| Octal | 105 | 312 | 40 | 102 | 0 | 124 | 25 | 153 | 111 | 56 |
| Binary | 1000101 | 11001010 | 100000 | 1000010 | 0 | 1010100 | 10101 | 1101011 | 1001001 | 101110 |
Color Harmonies of #45CA20
Complementary color
Monochromatic Colors of #45CA20
Black with #45CA20
Text Example
Text Example
White with #45CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA20; }
p { color: rgb(69,202,32); }
H1.HeaderClassName
{
color: #45CA20;
}
.AnyTagClassName
{
color: #45CA20;
}
</style>
background-color css
<style>
a { background-color: #45CA20; }
a { background-color: rgb(69,202,32); }
div.DivClassName
{
background-color: #45CA20;
}
.BgClassName
{
background-color: #45CA20;
}
</style>
border-color css
<style>
span { border-color: #45CA20; }
span { border-color: rgb(69,202,32); }
td.TdClassName
{
border-color: #45CA20;
}
.TagClassName
{
border-color: #45CA20;
}
</style>