Shades of Kelly Green #45BB1B
Tints of Kelly Green #45BB1B
RGB
CMYK
RGB Variations
Color information
#45BB1B (or 0x45BB1B) is known color: Kelly Green. HEX triplet: 45, BB and 1B. RGB value is (69,187,27). Sum of RGB (Red+Green+Blue) = 69+187+27=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB1B is #BA44E4. Grayscale: #868686. Windows color (decimal): -12207333 or 1817413. OLE color: 1817413.
HSL color Cylindrical-coordinate representation of color #45BB1B: hue angle of 104.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45BB1B is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 27 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.27 |
| HSL | 104.25º | 0.75% | 0.42% | - |
| HSV(B) | 104.25º | 0.86% | 0.73% | - |
| XYZ | 20.42 | 36.88 | 7.08 | - |
| YUV | 133.48 | 67.91 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 27 | 0.63 | 0 | 0.86 | 0.27 | 104.25 | 0.75 | 0.42 |
| Hex | 45 | BB | 1B | 3F | 0 | 56 | 1B | 68 | 4B | 2A |
| Octal | 105 | 273 | 33 | 77 | 0 | 126 | 33 | 150 | 113 | 52 |
| Binary | 1000101 | 10111011 | 11011 | 111111 | 0 | 1010110 | 11011 | 1101000 | 1001011 | 101010 |
Color Harmonies of #45BB1B
Complementary color
Monochromatic Colors of #45BB1B
Black with #45BB1B
Text Example
Text Example
White with #45BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB1B; }
p { color: rgb(69,187,27); }
H1.HeaderClassName
{
color: #45BB1B;
}
.AnyTagClassName
{
color: #45BB1B;
}
</style>
background-color css
<style>
a { background-color: #45BB1B; }
a { background-color: rgb(69,187,27); }
div.DivClassName
{
background-color: #45BB1B;
}
.BgClassName
{
background-color: #45BB1B;
}
</style>
border-color css
<style>
span { border-color: #45BB1B; }
span { border-color: rgb(69,187,27); }
td.TdClassName
{
border-color: #45BB1B;
}
.TagClassName
{
border-color: #45BB1B;
}
</style>