Shades of Keppel #54C295
Tints of Keppel #54C295
RGB
CMYK
RGB Variations
Color information
#54C295 (or 0x54C295) is known color: Keppel. HEX triplet: 54, C2 and 95. RGB value is (84,194,149). Sum of RGB (Red+Green+Blue) = 84+194+149=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #54C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C295 is #AB3D6A. Grayscale: #9C9C9C. Windows color (decimal): -11222379 or 9814612. OLE color: 9814612.
HSL color Cylindrical-coordinate representation of color #54C295: hue angle of 155.45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C295 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 149 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.24 |
| HSL | 155.45º | 0.47% | 0.55% | - |
| HSV(B) | 155.45º | 0.57% | 0.76% | - |
| XYZ | 28.37 | 42.64 | 35.17 | - |
| YUV | 155.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 149 | 0.57 | 0 | 0.23 | 0.24 | 155.45 | 0.47 | 0.55 |
| Hex | 54 | C2 | 95 | 39 | 0 | 17 | 18 | 9B | 2F | 37 |
| Octal | 124 | 302 | 225 | 71 | 0 | 27 | 30 | 233 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10010101 | 111001 | 0 | 10111 | 11000 | 10011011 | 101111 | 110111 |
Color Harmonies of #54C295
Complementary color
Monochromatic Colors of #54C295
Black with #54C295
Text Example
Text Example
White with #54C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C295; }
p { color: rgb(84,194,149); }
H1.HeaderClassName
{
color: #54C295;
}
.AnyTagClassName
{
color: #54C295;
}
</style>
background-color css
<style>
a { background-color: #54C295; }
a { background-color: rgb(84,194,149); }
div.DivClassName
{
background-color: #54C295;
}
.BgClassName
{
background-color: #54C295;
}
</style>
border-color css
<style>
span { border-color: #54C295; }
span { border-color: rgb(84,194,149); }
td.TdClassName
{
border-color: #54C295;
}
.TagClassName
{
border-color: #54C295;
}
</style>