Shades of Kelly Green #45C306
Tints of Kelly Green #45C306
RGB
CMYK
RGB Variations
Color information
#45C306 (or 0x45C306) is known color: Kelly Green. HEX triplet: 45, C3 and 06. RGB value is (69,195,6). Sum of RGB (Red+Green+Blue) = 69+195+6=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #45C306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C306 is #BA3CF9. Grayscale: #888888. Windows color (decimal): -12205306 or 443205. OLE color: 443205.
HSL color Cylindrical-coordinate representation of color #45C306: hue angle of 100º 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 #45C306 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.24 |
| HSL | 100º | 0.94% | 0.39% | - |
| HSV(B) | 100º | 0.97% | 0.76% | - |
| XYZ | 22 | 40.31 | 6.79 | - |
| YUV | 135.78 | 54.76 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 6 | 0.65 | 0 | 0.97 | 0.24 | 100 | 0.94 | 0.39 |
| Hex | 45 | C3 | 6 | 41 | 0 | 61 | 18 | 64 | 5E | 27 |
| Octal | 105 | 303 | 6 | 101 | 0 | 141 | 30 | 144 | 136 | 47 |
| Binary | 1000101 | 11000011 | 110 | 1000001 | 0 | 1100001 | 11000 | 1100100 | 1011110 | 100111 |
Color Harmonies of #45C306
Complementary color
Monochromatic Colors of #45C306
Black with #45C306
Text Example
Text Example
White with #45C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C306; }
p { color: rgb(69,195,6); }
H1.HeaderClassName
{
color: #45C306;
}
.AnyTagClassName
{
color: #45C306;
}
</style>
background-color css
<style>
a { background-color: #45C306; }
a { background-color: rgb(69,195,6); }
div.DivClassName
{
background-color: #45C306;
}
.BgClassName
{
background-color: #45C306;
}
</style>
border-color css
<style>
span { border-color: #45C306; }
span { border-color: rgb(69,195,6); }
td.TdClassName
{
border-color: #45C306;
}
.TagClassName
{
border-color: #45C306;
}
</style>