Shades of Kelly Green #45C20F
Tints of Kelly Green #45C20F
RGB
CMYK
RGB Variations
Color information
#45C20F (or 0x45C20F) is known color: Kelly Green. HEX triplet: 45, C2 and 0F. RGB value is (69,194,15). Sum of RGB (Red+Green+Blue) = 69+194+15=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #45C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C20F is #BA3DF0. Grayscale: #888888. Windows color (decimal): -12205553 or 1032773. OLE color: 1032773.
HSL color Cylindrical-coordinate representation of color #45C20F: hue angle of 101.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45C20F is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 15 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.24 |
| HSL | 101.9º | 0.86% | 0.41% | - |
| HSV(B) | 101.9º | 0.92% | 0.76% | - |
| XYZ | 21.83 | 39.88 | 7 | - |
| YUV | 136.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 15 | 0.64 | 0 | 0.92 | 0.24 | 101.9 | 0.86 | 0.41 |
| Hex | 45 | C2 | F | 40 | 0 | 5C | 18 | 66 | 56 | 29 |
| Octal | 105 | 302 | 17 | 100 | 0 | 134 | 30 | 146 | 126 | 51 |
| Binary | 1000101 | 11000010 | 1111 | 1000000 | 0 | 1011100 | 11000 | 1100110 | 1010110 | 101001 |
Color Harmonies of #45C20F
Complementary color
Monochromatic Colors of #45C20F
Black with #45C20F
Text Example
Text Example
White with #45C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C20F; }
p { color: rgb(69,194,15); }
H1.HeaderClassName
{
color: #45C20F;
}
.AnyTagClassName
{
color: #45C20F;
}
</style>
background-color css
<style>
a { background-color: #45C20F; }
a { background-color: rgb(69,194,15); }
div.DivClassName
{
background-color: #45C20F;
}
.BgClassName
{
background-color: #45C20F;
}
</style>
border-color css
<style>
span { border-color: #45C20F; }
span { border-color: rgb(69,194,15); }
td.TdClassName
{
border-color: #45C20F;
}
.TagClassName
{
border-color: #45C20F;
}
</style>