Shades of Kelly Green #45BC06
Tints of Kelly Green #45BC06
RGB
CMYK
RGB Variations
Color information
#45BC06 (or 0x45BC06) is known color: Kelly Green. HEX triplet: 45, BC and 06. RGB value is (69,188,6). Sum of RGB (Red+Green+Blue) = 69+188+6=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BC06 is #BA43F9. Grayscale: #848484. Windows color (decimal): -12207098 or 441413. OLE color: 441413.
HSL color Cylindrical-coordinate representation of color #45BC06: hue angle of 99.23º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45BC06 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 6 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.26 |
| HSL | 99.23º | 0.94% | 0.38% | - |
| HSV(B) | 99.23º | 0.97% | 0.74% | - |
| XYZ | 20.47 | 37.24 | 6.28 | - |
| YUV | 131.67 | 57.08 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 6 | 0.63 | 0 | 0.97 | 0.26 | 99.23 | 0.94 | 0.38 |
| Hex | 45 | BC | 6 | 3F | 0 | 61 | 1A | 63 | 5E | 26 |
| Octal | 105 | 274 | 6 | 77 | 0 | 141 | 32 | 143 | 136 | 46 |
| Binary | 1000101 | 10111100 | 110 | 111111 | 0 | 1100001 | 11010 | 1100011 | 1011110 | 100110 |
Color Harmonies of #45BC06
Complementary color
Monochromatic Colors of #45BC06
Black with #45BC06
Text Example
Text Example
White with #45BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC06; }
p { color: rgb(69,188,6); }
H1.HeaderClassName
{
color: #45BC06;
}
.AnyTagClassName
{
color: #45BC06;
}
</style>
background-color css
<style>
a { background-color: #45BC06; }
a { background-color: rgb(69,188,6); }
div.DivClassName
{
background-color: #45BC06;
}
.BgClassName
{
background-color: #45BC06;
}
</style>
border-color css
<style>
span { border-color: #45BC06; }
span { border-color: rgb(69,188,6); }
td.TdClassName
{
border-color: #45BC06;
}
.TagClassName
{
border-color: #45BC06;
}
</style>