Shades of Emerald #4BCD68
Tints of Emerald #4BCD68
RGB
CMYK
RGB Variations
Color information
#4BCD68 (or 0x4BCD68) is known color: Emerald. HEX triplet: 4B, CD and 68. RGB value is (75,205,104). Sum of RGB (Red+Green+Blue) = 75+205+104=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD68 is #B43297. Grayscale: #9A9A9A. Windows color (decimal): -11809432 or 6868299. OLE color: 6868299.
HSL color Cylindrical-coordinate representation of color #4BCD68: hue angle of 133.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD68 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 104 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.20 |
| HSL | 133.38º | 0.57% | 0.55% | - |
| HSV(B) | 133.38º | 0.63% | 0.8% | - |
| XYZ | 27.23 | 46.16 | 20.57 | - |
| YUV | 154.62 | 99.43 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 104 | 0.63 | 0 | 0.49 | 0.20 | 133.38 | 0.57 | 0.55 |
| Hex | 4B | CD | 68 | 3F | 0 | 31 | 14 | 85 | 39 | 37 |
| Octal | 113 | 315 | 150 | 77 | 0 | 61 | 24 | 205 | 71 | 67 |
| Binary | 1001011 | 11001101 | 1101000 | 111111 | 0 | 110001 | 10100 | 10000101 | 111001 | 110111 |
Color Harmonies of #4BCD68
Complementary color
Monochromatic Colors of #4BCD68
Black with #4BCD68
Text Example
Text Example
White with #4BCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD68; }
p { color: rgb(75,205,104); }
H1.HeaderClassName
{
color: #4BCD68;
}
.AnyTagClassName
{
color: #4BCD68;
}
</style>
background-color css
<style>
a { background-color: #4BCD68; }
a { background-color: rgb(75,205,104); }
div.DivClassName
{
background-color: #4BCD68;
}
.BgClassName
{
background-color: #4BCD68;
}
</style>
border-color css
<style>
span { border-color: #4BCD68; }
span { border-color: rgb(75,205,104); }
td.TdClassName
{
border-color: #4BCD68;
}
.TagClassName
{
border-color: #4BCD68;
}
</style>