Shades of Kelly Green #45C106
Tints of Kelly Green #45C106
RGB
CMYK
RGB Variations
Color information
#45C106 (or 0x45C106) is known color: Kelly Green. HEX triplet: 45, C1 and 06. RGB value is (69,193,6). Sum of RGB (Red+Green+Blue) = 69+193+6=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #45C106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C106 is #BA3EF9. Grayscale: #878787. Windows color (decimal): -12205818 or 442693. OLE color: 442693.
HSL color Cylindrical-coordinate representation of color #45C106: hue angle of 99.79º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45C106 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 6 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.24 |
| HSL | 99.79º | 0.94% | 0.39% | - |
| HSV(B) | 99.79º | 0.97% | 0.76% | - |
| XYZ | 21.56 | 39.42 | 6.64 | - |
| YUV | 134.61 | 55.42 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 6 | 0.64 | 0 | 0.97 | 0.24 | 99.79 | 0.94 | 0.39 |
| Hex | 45 | C1 | 6 | 40 | 0 | 61 | 18 | 64 | 5E | 27 |
| Octal | 105 | 301 | 6 | 100 | 0 | 141 | 30 | 144 | 136 | 47 |
| Binary | 1000101 | 11000001 | 110 | 1000000 | 0 | 1100001 | 11000 | 1100100 | 1011110 | 100111 |
Color Harmonies of #45C106
Complementary color
Monochromatic Colors of #45C106
Black with #45C106
Text Example
Text Example
White with #45C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C106; }
p { color: rgb(69,193,6); }
H1.HeaderClassName
{
color: #45C106;
}
.AnyTagClassName
{
color: #45C106;
}
</style>
background-color css
<style>
a { background-color: #45C106; }
a { background-color: rgb(69,193,6); }
div.DivClassName
{
background-color: #45C106;
}
.BgClassName
{
background-color: #45C106;
}
</style>
border-color css
<style>
span { border-color: #45C106; }
span { border-color: rgb(69,193,6); }
td.TdClassName
{
border-color: #45C106;
}
.TagClassName
{
border-color: #45C106;
}
</style>