Shades of Keppel #51C295
Tints of Keppel #51C295
RGB
CMYK
RGB Variations
Color information
#51C295 (or 0x51C295) is known color: Keppel. HEX triplet: 51, C2 and 95. RGB value is (81,194,149). Sum of RGB (Red+Green+Blue) = 81+194+149=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #51C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C295 is #AE3D6A. Grayscale: #9B9B9B. Windows color (decimal): -11418987 or 9814609. OLE color: 9814609.
HSL color Cylindrical-coordinate representation of color #51C295: hue angle of 156.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C295 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 149 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.24 |
| HSL | 156.11º | 0.48% | 0.54% | - |
| HSV(B) | 156.11º | 0.58% | 0.76% | - |
| XYZ | 28.11 | 42.5 | 35.16 | - |
| YUV | 155.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 149 | 0.58 | 0 | 0.23 | 0.24 | 156.11 | 0.48 | 0.54 |
| Hex | 51 | C2 | 95 | 3A | 0 | 17 | 18 | 9C | 30 | 36 |
| Octal | 121 | 302 | 225 | 72 | 0 | 27 | 30 | 234 | 60 | 66 |
| Binary | 1010001 | 11000010 | 10010101 | 111010 | 0 | 10111 | 11000 | 10011100 | 110000 | 110110 |
Color Harmonies of #51C295
Complementary color
Monochromatic Colors of #51C295
Black with #51C295
Text Example
Text Example
White with #51C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C295; }
p { color: rgb(81,194,149); }
H1.HeaderClassName
{
color: #51C295;
}
.AnyTagClassName
{
color: #51C295;
}
</style>
background-color css
<style>
a { background-color: #51C295; }
a { background-color: rgb(81,194,149); }
div.DivClassName
{
background-color: #51C295;
}
.BgClassName
{
background-color: #51C295;
}
</style>
border-color css
<style>
span { border-color: #51C295; }
span { border-color: rgb(81,194,149); }
td.TdClassName
{
border-color: #51C295;
}
.TagClassName
{
border-color: #51C295;
}
</style>