Shades of Kelly Green #45B802
Tints of Kelly Green #45B802
RGB
CMYK
RGB Variations
Color information
#45B802 (or 0x45B802) is known color: Kelly Green. HEX triplet: 45, B8 and 02. RGB value is (69,184,2). Sum of RGB (Red+Green+Blue) = 69+184+2=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #45B802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B802 is #BA47FD. Grayscale: #818181. Windows color (decimal): -12208126 or 178245. OLE color: 178245.
HSL color Cylindrical-coordinate representation of color #45B802: hue angle of 97.91º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45B802 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 184 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.28 |
| HSL | 97.91º | 0.98% | 0.36% | - |
| HSV(B) | 97.91º | 0.99% | 0.72% | - |
| XYZ | 19.61 | 35.55 | 5.89 | - |
| YUV | 128.87 | 56.4 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 184 | 2 | 0.62 | 0 | 0.99 | 0.28 | 97.91 | 0.98 | 0.36 |
| Hex | 45 | B8 | 2 | 3E | 0 | 63 | 1C | 62 | 62 | 24 |
| Octal | 105 | 270 | 2 | 76 | 0 | 143 | 34 | 142 | 142 | 44 |
| Binary | 1000101 | 10111000 | 10 | 111110 | 0 | 1100011 | 11100 | 1100010 | 1100010 | 100100 |
Color Harmonies of #45B802
Complementary color
Monochromatic Colors of #45B802
Black with #45B802
Text Example
Text Example
White with #45B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B802; }
p { color: rgb(69,184,2); }
H1.HeaderClassName
{
color: #45B802;
}
.AnyTagClassName
{
color: #45B802;
}
</style>
background-color css
<style>
a { background-color: #45B802; }
a { background-color: rgb(69,184,2); }
div.DivClassName
{
background-color: #45B802;
}
.BgClassName
{
background-color: #45B802;
}
</style>
border-color css
<style>
span { border-color: #45B802; }
span { border-color: rgb(69,184,2); }
td.TdClassName
{
border-color: #45B802;
}
.TagClassName
{
border-color: #45B802;
}
</style>