Shades of Kelly Green #45BC25
Tints of Kelly Green #45BC25
RGB
CMYK
RGB Variations
Color information
#45BC25 (or 0x45BC25) is known color: Kelly Green. HEX triplet: 45, BC and 25. RGB value is (69,188,37). Sum of RGB (Red+Green+Blue) = 69+188+37=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC25 is #BA43DA. Grayscale: #878787. Windows color (decimal): -12207067 or 2473029. OLE color: 2473029.
HSL color Cylindrical-coordinate representation of color #45BC25: hue angle of 107.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45BC25 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 37 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.26 |
| HSL | 107.28º | 0.67% | 0.44% | - |
| HSV(B) | 107.28º | 0.8% | 0.74% | - |
| XYZ | 20.77 | 37.37 | 7.87 | - |
| YUV | 135.21 | 72.58 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 37 | 0.63 | 0 | 0.80 | 0.26 | 107.28 | 0.67 | 0.44 |
| Hex | 45 | BC | 25 | 3F | 0 | 50 | 1A | 6B | 43 | 2C |
| Octal | 105 | 274 | 45 | 77 | 0 | 120 | 32 | 153 | 103 | 54 |
| Binary | 1000101 | 10111100 | 100101 | 111111 | 0 | 1010000 | 11010 | 1101011 | 1000011 | 101100 |
Color Harmonies of #45BC25
Complementary color
Monochromatic Colors of #45BC25
Black with #45BC25
Text Example
Text Example
White with #45BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC25; }
p { color: rgb(69,188,37); }
H1.HeaderClassName
{
color: #45BC25;
}
.AnyTagClassName
{
color: #45BC25;
}
</style>
background-color css
<style>
a { background-color: #45BC25; }
a { background-color: rgb(69,188,37); }
div.DivClassName
{
background-color: #45BC25;
}
.BgClassName
{
background-color: #45BC25;
}
</style>
border-color css
<style>
span { border-color: #45BC25; }
span { border-color: rgb(69,188,37); }
td.TdClassName
{
border-color: #45BC25;
}
.TagClassName
{
border-color: #45BC25;
}
</style>