Shades of Emerald #64CB83
Tints of Emerald #64CB83
RGB
CMYK
RGB Variations
Color information
#64CB83 (or 0x64CB83) is known color: Emerald. HEX triplet: 64, CB and 83. RGB value is (100,203,131). Sum of RGB (Red+Green+Blue) = 100+203+131=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB83 is #9B347C. Grayscale: #A4A4A4. Windows color (decimal): -10171517 or 8637284. OLE color: 8637284.
HSL color Cylindrical-coordinate representation of color #64CB83: hue angle of 138.06º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CB83 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 131 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.20 |
| HSL | 138.06º | 0.5% | 0.59% | - |
| HSV(B) | 138.06º | 0.51% | 0.8% | - |
| XYZ | 30.71 | 47.06 | 28.94 | - |
| YUV | 164 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 131 | 0.51 | 0 | 0.35 | 0.20 | 138.06 | 0.5 | 0.59 |
| Hex | 64 | CB | 83 | 33 | 0 | 23 | 14 | 8A | 32 | 3B |
| Octal | 144 | 313 | 203 | 63 | 0 | 43 | 24 | 212 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10000011 | 110011 | 0 | 100011 | 10100 | 10001010 | 110010 | 111011 |
Color Harmonies of #64CB83
Complementary color
Monochromatic Colors of #64CB83
Black with #64CB83
Text Example
Text Example
White with #64CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB83; }
p { color: rgb(100,203,131); }
H1.HeaderClassName
{
color: #64CB83;
}
.AnyTagClassName
{
color: #64CB83;
}
</style>
background-color css
<style>
a { background-color: #64CB83; }
a { background-color: rgb(100,203,131); }
div.DivClassName
{
background-color: #64CB83;
}
.BgClassName
{
background-color: #64CB83;
}
</style>
border-color css
<style>
span { border-color: #64CB83; }
span { border-color: rgb(100,203,131); }
td.TdClassName
{
border-color: #64CB83;
}
.TagClassName
{
border-color: #64CB83;
}
</style>