Shades of Kelly Green #45B51B
Tints of Kelly Green #45B51B
RGB
CMYK
RGB Variations
Color information
#45B51B (or 0x45B51B) is known color: Kelly Green. HEX triplet: 45, B5 and 1B. RGB value is (69,181,27). Sum of RGB (Red+Green+Blue) = 69+181+27=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 181 (71.09% from 255 or 65.34% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 181 - color contains mainly: green. Hex color #45B51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B51B is #BA4AE4. Grayscale: #828282. Windows color (decimal): -12208869 or 1815877. OLE color: 1815877.
HSL color Cylindrical-coordinate representation of color #45B51B: hue angle of 103.64º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45B51B is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 181 | 27 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.29 |
| HSL | 103.64º | 0.74% | 0.41% | - |
| HSV(B) | 103.64º | 0.85% | 0.71% | - |
| XYZ | 19.18 | 34.39 | 6.66 | - |
| YUV | 129.96 | 69.89 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 181 | 27 | 0.62 | 0 | 0.85 | 0.29 | 103.64 | 0.74 | 0.41 |
| Hex | 45 | B5 | 1B | 3E | 0 | 55 | 1D | 68 | 4A | 29 |
| Octal | 105 | 265 | 33 | 76 | 0 | 125 | 35 | 150 | 112 | 51 |
| Binary | 1000101 | 10110101 | 11011 | 111110 | 0 | 1010101 | 11101 | 1101000 | 1001010 | 101001 |
Color Harmonies of #45B51B
Complementary color
Monochromatic Colors of #45B51B
Black with #45B51B
Text Example
Text Example
White with #45B51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B51B; }
p { color: rgb(69,181,27); }
H1.HeaderClassName
{
color: #45B51B;
}
.AnyTagClassName
{
color: #45B51B;
}
</style>
background-color css
<style>
a { background-color: #45B51B; }
a { background-color: rgb(69,181,27); }
div.DivClassName
{
background-color: #45B51B;
}
.BgClassName
{
background-color: #45B51B;
}
</style>
border-color css
<style>
span { border-color: #45B51B; }
span { border-color: rgb(69,181,27); }
td.TdClassName
{
border-color: #45B51B;
}
.TagClassName
{
border-color: #45B51B;
}
</style>