Shades of Kelly Green #45C403
Tints of Kelly Green #45C403
RGB
CMYK
RGB Variations
Color information
#45C403 (or 0x45C403) is known color: Kelly Green. HEX triplet: 45, C4 and 03. RGB value is (69,196,3). Sum of RGB (Red+Green+Blue) = 69+196+3=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #45C403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C403 is #BA3BFC. Grayscale: #888888. Windows color (decimal): -12205053 or 246853. OLE color: 246853.
HSL color Cylindrical-coordinate representation of color #45C403: hue angle of 99.48º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45C403 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 3 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.23 |
| HSL | 99.48º | 0.97% | 0.39% | - |
| HSV(B) | 99.48º | 0.98% | 0.77% | - |
| XYZ | 22.21 | 40.75 | 6.78 | - |
| YUV | 136.03 | 52.92 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 3 | 0.65 | 0 | 0.98 | 0.23 | 99.48 | 0.97 | 0.39 |
| Hex | 45 | C4 | 3 | 41 | 0 | 62 | 17 | 63 | 61 | 27 |
| Octal | 105 | 304 | 3 | 101 | 0 | 142 | 27 | 143 | 141 | 47 |
| Binary | 1000101 | 11000100 | 11 | 1000001 | 0 | 1100010 | 10111 | 1100011 | 1100001 | 100111 |
Color Harmonies of #45C403
Complementary color
Monochromatic Colors of #45C403
Black with #45C403
Text Example
Text Example
White with #45C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C403; }
p { color: rgb(69,196,3); }
H1.HeaderClassName
{
color: #45C403;
}
.AnyTagClassName
{
color: #45C403;
}
</style>
background-color css
<style>
a { background-color: #45C403; }
a { background-color: rgb(69,196,3); }
div.DivClassName
{
background-color: #45C403;
}
.BgClassName
{
background-color: #45C403;
}
</style>
border-color css
<style>
span { border-color: #45C403; }
span { border-color: rgb(69,196,3); }
td.TdClassName
{
border-color: #45C403;
}
.TagClassName
{
border-color: #45C403;
}
</style>