Shades of Emerald #57CB6B
Tints of Emerald #57CB6B
RGB
CMYK
RGB Variations
Color information
#57CB6B (or 0x57CB6B) is known color: Emerald. HEX triplet: 57, CB and 6B. RGB value is (87,203,107). Sum of RGB (Red+Green+Blue) = 87+203+107=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #57CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CB6B is #A83494. Grayscale: #9D9D9D. Windows color (decimal): -11023509 or 7064407. OLE color: 7064407.
HSL color Cylindrical-coordinate representation of color #57CB6B: hue angle of 130.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CB6B is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 107 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.20 |
| HSL | 130.34º | 0.53% | 0.57% | - |
| HSV(B) | 130.34º | 0.57% | 0.8% | - |
| XYZ | 27.94 | 45.8 | 21.28 | - |
| YUV | 157.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 107 | 0.57 | 0 | 0.47 | 0.20 | 130.34 | 0.53 | 0.57 |
| Hex | 57 | CB | 6B | 39 | 0 | 2F | 14 | 82 | 35 | 39 |
| Octal | 127 | 313 | 153 | 71 | 0 | 57 | 24 | 202 | 65 | 71 |
| Binary | 1010111 | 11001011 | 1101011 | 111001 | 0 | 101111 | 10100 | 10000010 | 110101 | 111001 |
Color Harmonies of #57CB6B
Complementary color
Monochromatic Colors of #57CB6B
Black with #57CB6B
Text Example
Text Example
White with #57CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CB6B; }
p { color: rgb(87,203,107); }
H1.HeaderClassName
{
color: #57CB6B;
}
.AnyTagClassName
{
color: #57CB6B;
}
</style>
background-color css
<style>
a { background-color: #57CB6B; }
a { background-color: rgb(87,203,107); }
div.DivClassName
{
background-color: #57CB6B;
}
.BgClassName
{
background-color: #57CB6B;
}
</style>
border-color css
<style>
span { border-color: #57CB6B; }
span { border-color: rgb(87,203,107); }
td.TdClassName
{
border-color: #57CB6B;
}
.TagClassName
{
border-color: #57CB6B;
}
</style>