Shades of Kelly Green #45A702
Tints of Kelly Green #45A702
RGB
CMYK
RGB Variations
Color information
#45A702 (or 0x45A702) is known color: Kelly Green. HEX triplet: 45, A7 and 02. RGB value is (69,167,2). Sum of RGB (Red+Green+Blue) = 69+167+2=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #45A702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A702 is #BA58FD. Grayscale: #777777. Windows color (decimal): -12212478 or 173893. OLE color: 173893.
HSL color Cylindrical-coordinate representation of color #45A702: hue angle of 95.64º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45A702 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 167 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.35 |
| HSL | 95.64º | 0.98% | 0.33% | - |
| HSV(B) | 95.64º | 0.99% | 0.65% | - |
| XYZ | 16.28 | 28.91 | 4.78 | - |
| YUV | 118.89 | 62.03 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 167 | 2 | 0.59 | 0 | 0.99 | 0.35 | 95.64 | 0.98 | 0.33 |
| Hex | 45 | A7 | 2 | 3B | 0 | 63 | 23 | 60 | 62 | 21 |
| Octal | 105 | 247 | 2 | 73 | 0 | 143 | 43 | 140 | 142 | 41 |
| Binary | 1000101 | 10100111 | 10 | 111011 | 0 | 1100011 | 100011 | 1100000 | 1100010 | 100001 |
Color Harmonies of #45A702
Complementary color
Monochromatic Colors of #45A702
Black with #45A702
Text Example
Text Example
White with #45A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A702; }
p { color: rgb(69,167,2); }
H1.HeaderClassName
{
color: #45A702;
}
.AnyTagClassName
{
color: #45A702;
}
</style>
background-color css
<style>
a { background-color: #45A702; }
a { background-color: rgb(69,167,2); }
div.DivClassName
{
background-color: #45A702;
}
.BgClassName
{
background-color: #45A702;
}
</style>
border-color css
<style>
span { border-color: #45A702; }
span { border-color: rgb(69,167,2); }
td.TdClassName
{
border-color: #45A702;
}
.TagClassName
{
border-color: #45A702;
}
</style>