Shades of Kelly Green #45B30F
Tints of Kelly Green #45B30F
RGB
CMYK
RGB Variations
Color information
#45B30F (or 0x45B30F) is known color: Kelly Green. HEX triplet: 45, B3 and 0F. RGB value is (69,179,15). Sum of RGB (Red+Green+Blue) = 69+179+15=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #45B30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B30F is #BA4CF0. Grayscale: #7F7F7F. Windows color (decimal): -12209393 or 1028933. OLE color: 1028933.
HSL color Cylindrical-coordinate representation of color #45B30F: hue angle of 100.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45B30F is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 15 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.30 |
| HSL | 100.24º | 0.85% | 0.38% | - |
| HSV(B) | 100.24º | 0.92% | 0.7% | - |
| XYZ | 18.66 | 33.54 | 5.94 | - |
| YUV | 127.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 15 | 0.61 | 0 | 0.92 | 0.30 | 100.24 | 0.85 | 0.38 |
| Hex | 45 | B3 | F | 3D | 0 | 5C | 1E | 64 | 55 | 26 |
| Octal | 105 | 263 | 17 | 75 | 0 | 134 | 36 | 144 | 125 | 46 |
| Binary | 1000101 | 10110011 | 1111 | 111101 | 0 | 1011100 | 11110 | 1100100 | 1010101 | 100110 |
Color Harmonies of #45B30F
Complementary color
Monochromatic Colors of #45B30F
Black with #45B30F
Text Example
Text Example
White with #45B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B30F; }
p { color: rgb(69,179,15); }
H1.HeaderClassName
{
color: #45B30F;
}
.AnyTagClassName
{
color: #45B30F;
}
</style>
background-color css
<style>
a { background-color: #45B30F; }
a { background-color: rgb(69,179,15); }
div.DivClassName
{
background-color: #45B30F;
}
.BgClassName
{
background-color: #45B30F;
}
</style>
border-color css
<style>
span { border-color: #45B30F; }
span { border-color: rgb(69,179,15); }
td.TdClassName
{
border-color: #45B30F;
}
.TagClassName
{
border-color: #45B30F;
}
</style>