Shades of Limerick #97BB28
Tints of Limerick #97BB28
RGB
CMYK
RGB Variations
Color information
#97BB28 (or 0x97BB28) is known color: Limerick. HEX triplet: 97, BB and 28. RGB value is (151,187,40). Sum of RGB (Red+Green+Blue) = 151+187+40=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB28 is #6844D7. Grayscale: #A0A0A0. Windows color (decimal): -6833368 or 2669463. OLE color: 2669463.
HSL color Cylindrical-coordinate representation of color #97BB28: hue angle of 74.69º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97BB28 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 40 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.27 |
| HSL | 74.69º | 0.65% | 0.45% | - |
| HSV(B) | 74.69º | 0.79% | 0.73% | - |
| XYZ | 30.92 | 42.27 | 8.54 | - |
| YUV | 159.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 40 | 0.19 | 0 | 0.79 | 0.27 | 74.69 | 0.65 | 0.45 |
| Hex | 97 | BB | 28 | 13 | 0 | 4F | 1B | 4B | 41 | 2D |
| Octal | 227 | 273 | 50 | 23 | 0 | 117 | 33 | 113 | 101 | 55 |
| Binary | 10010111 | 10111011 | 101000 | 10011 | 0 | 1001111 | 11011 | 1001011 | 1000001 | 101101 |
Color Harmonies of #97BB28
Complementary color
Monochromatic Colors of #97BB28
Black with #97BB28
Text Example
Text Example
White with #97BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB28; }
p { color: rgb(151,187,40); }
H1.HeaderClassName
{
color: #97BB28;
}
.AnyTagClassName
{
color: #97BB28;
}
</style>
background-color css
<style>
a { background-color: #97BB28; }
a { background-color: rgb(151,187,40); }
div.DivClassName
{
background-color: #97BB28;
}
.BgClassName
{
background-color: #97BB28;
}
</style>
border-color css
<style>
span { border-color: #97BB28; }
span { border-color: rgb(151,187,40); }
td.TdClassName
{
border-color: #97BB28;
}
.TagClassName
{
border-color: #97BB28;
}
</style>