Shades of Kelly Green #45A303
Tints of Kelly Green #45A303
RGB
CMYK
RGB Variations
Color information
#45A303 (or 0x45A303) is known color: Kelly Green. HEX triplet: 45, A3 and 03. RGB value is (69,163,3). Sum of RGB (Red+Green+Blue) = 69+163+3=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 163 (64.06% from 255 or 69.36% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 163 - color contains mainly: green. Hex color #45A303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A303 is #BA5CFC. Grayscale: #757575. Windows color (decimal): -12213501 or 238405. OLE color: 238405.
HSL color Cylindrical-coordinate representation of color #45A303: hue angle of 95.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45A303 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 3 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.36 |
| HSL | 95.25º | 0.96% | 0.33% | - |
| HSV(B) | 95.25º | 0.98% | 0.64% | - |
| XYZ | 15.57 | 27.47 | 4.57 | - |
| YUV | 116.65 | 63.86 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 3 | 0.58 | 0 | 0.98 | 0.36 | 95.25 | 0.96 | 0.33 |
| Hex | 45 | A3 | 3 | 3A | 0 | 62 | 24 | 5F | 60 | 21 |
| Octal | 105 | 243 | 3 | 72 | 0 | 142 | 44 | 137 | 140 | 41 |
| Binary | 1000101 | 10100011 | 11 | 111010 | 0 | 1100010 | 100100 | 1011111 | 1100000 | 100001 |
Color Harmonies of #45A303
Complementary color
Monochromatic Colors of #45A303
Black with #45A303
Text Example
Text Example
White with #45A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A303; }
p { color: rgb(69,163,3); }
H1.HeaderClassName
{
color: #45A303;
}
.AnyTagClassName
{
color: #45A303;
}
</style>
background-color css
<style>
a { background-color: #45A303; }
a { background-color: rgb(69,163,3); }
div.DivClassName
{
background-color: #45A303;
}
.BgClassName
{
background-color: #45A303;
}
</style>
border-color css
<style>
span { border-color: #45A303; }
span { border-color: rgb(69,163,3); }
td.TdClassName
{
border-color: #45A303;
}
.TagClassName
{
border-color: #45A303;
}
</style>