Shades of Kelly Green #45C308
Tints of Kelly Green #45C308
RGB
CMYK
RGB Variations
Color information
#45C308 (or 0x45C308) is known color: Kelly Green. HEX triplet: 45, C3 and 08. RGB value is (69,195,8). Sum of RGB (Red+Green+Blue) = 69+195+8=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #45C308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C308 is #BA3CF7. Grayscale: #888888. Windows color (decimal): -12205304 or 574277. OLE color: 574277.
HSL color Cylindrical-coordinate representation of color #45C308: hue angle of 100.43º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45C308 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 8 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.24 |
| HSL | 100.43º | 0.92% | 0.4% | - |
| HSV(B) | 100.43º | 0.96% | 0.76% | - |
| XYZ | 22.01 | 40.31 | 6.85 | - |
| YUV | 136.01 | 55.76 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 8 | 0.65 | 0 | 0.96 | 0.24 | 100.43 | 0.92 | 0.4 |
| Hex | 45 | C3 | 8 | 41 | 0 | 60 | 18 | 64 | 5C | 28 |
| Octal | 105 | 303 | 10 | 101 | 0 | 140 | 30 | 144 | 134 | 50 |
| Binary | 1000101 | 11000011 | 1000 | 1000001 | 0 | 1100000 | 11000 | 1100100 | 1011100 | 101000 |
Color Harmonies of #45C308
Complementary color
Monochromatic Colors of #45C308
Black with #45C308
Text Example
Text Example
White with #45C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C308; }
p { color: rgb(69,195,8); }
H1.HeaderClassName
{
color: #45C308;
}
.AnyTagClassName
{
color: #45C308;
}
</style>
background-color css
<style>
a { background-color: #45C308; }
a { background-color: rgb(69,195,8); }
div.DivClassName
{
background-color: #45C308;
}
.BgClassName
{
background-color: #45C308;
}
</style>
border-color css
<style>
span { border-color: #45C308; }
span { border-color: rgb(69,195,8); }
td.TdClassName
{
border-color: #45C308;
}
.TagClassName
{
border-color: #45C308;
}
</style>