Shades of Emerald #54CB75
Tints of Emerald #54CB75
RGB
CMYK
RGB Variations
Color information
#54CB75 (or 0x54CB75) is known color: Emerald. HEX triplet: 54, CB and 75. RGB value is (84,203,117). Sum of RGB (Red+Green+Blue) = 84+203+117=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB75 is #AB348A. Grayscale: #9D9D9D. Windows color (decimal): -11220107 or 7719764. OLE color: 7719764.
HSL color Cylindrical-coordinate representation of color #54CB75: hue angle of 136.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB75 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 117 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.20 |
| HSL | 136.64º | 0.53% | 0.56% | - |
| HSV(B) | 136.64º | 0.59% | 0.8% | - |
| XYZ | 28.22 | 45.88 | 24.2 | - |
| YUV | 157.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 117 | 0.59 | 0 | 0.42 | 0.20 | 136.64 | 0.53 | 0.56 |
| Hex | 54 | CB | 75 | 3B | 0 | 2A | 14 | 89 | 35 | 38 |
| Octal | 124 | 313 | 165 | 73 | 0 | 52 | 24 | 211 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1110101 | 111011 | 0 | 101010 | 10100 | 10001001 | 110101 | 111000 |
Color Harmonies of #54CB75
Complementary color
Monochromatic Colors of #54CB75
Black with #54CB75
Text Example
Text Example
White with #54CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB75; }
p { color: rgb(84,203,117); }
H1.HeaderClassName
{
color: #54CB75;
}
.AnyTagClassName
{
color: #54CB75;
}
</style>
background-color css
<style>
a { background-color: #54CB75; }
a { background-color: rgb(84,203,117); }
div.DivClassName
{
background-color: #54CB75;
}
.BgClassName
{
background-color: #54CB75;
}
</style>
border-color css
<style>
span { border-color: #54CB75; }
span { border-color: rgb(84,203,117); }
td.TdClassName
{
border-color: #54CB75;
}
.TagClassName
{
border-color: #54CB75;
}
</style>