Shades of Kelly Green #45C31F
Tints of Kelly Green #45C31F
RGB
CMYK
RGB Variations
Color information
#45C31F (or 0x45C31F) is known color: Kelly Green. HEX triplet: 45, C3 and 1F. RGB value is (69,195,31). Sum of RGB (Red+Green+Blue) = 69+195+31=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #45C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C31F is #BA3CE0. Grayscale: #8B8B8B. Windows color (decimal): -12205281 or 2081605. OLE color: 2081605.
HSL color Cylindrical-coordinate representation of color #45C31F: hue angle of 106.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45C31F is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 31 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.24 |
| HSL | 106.1º | 0.73% | 0.44% | - |
| HSV(B) | 106.1º | 0.84% | 0.76% | - |
| XYZ | 22.22 | 40.39 | 7.92 | - |
| YUV | 138.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 31 | 0.65 | 0 | 0.84 | 0.24 | 106.1 | 0.73 | 0.44 |
| Hex | 45 | C3 | 1F | 41 | 0 | 54 | 18 | 6A | 49 | 2C |
| Octal | 105 | 303 | 37 | 101 | 0 | 124 | 30 | 152 | 111 | 54 |
| Binary | 1000101 | 11000011 | 11111 | 1000001 | 0 | 1010100 | 11000 | 1101010 | 1001001 | 101100 |
Color Harmonies of #45C31F
Complementary color
Monochromatic Colors of #45C31F
Black with #45C31F
Text Example
Text Example
White with #45C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C31F; }
p { color: rgb(69,195,31); }
H1.HeaderClassName
{
color: #45C31F;
}
.AnyTagClassName
{
color: #45C31F;
}
</style>
background-color css
<style>
a { background-color: #45C31F; }
a { background-color: rgb(69,195,31); }
div.DivClassName
{
background-color: #45C31F;
}
.BgClassName
{
background-color: #45C31F;
}
</style>
border-color css
<style>
span { border-color: #45C31F; }
span { border-color: rgb(69,195,31); }
td.TdClassName
{
border-color: #45C31F;
}
.TagClassName
{
border-color: #45C31F;
}
</style>