Shades of Emerald #3DFB83
Tints of Emerald #3DFB83
RGB
CMYK
RGB Variations
Color information
#3DFB83 (or 0x3DFB83) is known color: Emerald. HEX triplet: 3D, FB and 83. RGB value is (61,251,131). Sum of RGB (Red+Green+Blue) = 61+251+131=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB83 is #C2047C. Grayscale: #B4B4B4. Windows color (decimal): -12715133 or 8649533. OLE color: 8649533.
HSL color Cylindrical-coordinate representation of color #3DFB83: hue angle of 142.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFB83 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 131 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.02 |
| HSL | 142.11º | 0.96% | 0.61% | - |
| HSV(B) | 142.11º | 0.76% | 0.98% | - |
| XYZ | 40.52 | 71.63 | 33.16 | - |
| YUV | 180.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 131 | 0.76 | 0 | 0.48 | 0.02 | 142.11 | 0.96 | 0.61 |
| Hex | 3D | FB | 83 | 4C | 0 | 30 | 2 | 8E | 60 | 3D |
| Octal | 75 | 373 | 203 | 114 | 0 | 60 | 2 | 216 | 140 | 75 |
| Binary | 111101 | 11111011 | 10000011 | 1001100 | 0 | 110000 | 10 | 10001110 | 1100000 | 111101 |
Color Harmonies of #3DFB83
Complementary color
Monochromatic Colors of #3DFB83
Black with #3DFB83
Text Example
Text Example
White with #3DFB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB83; }
p { color: rgb(61,251,131); }
H1.HeaderClassName
{
color: #3DFB83;
}
.AnyTagClassName
{
color: #3DFB83;
}
</style>
background-color css
<style>
a { background-color: #3DFB83; }
a { background-color: rgb(61,251,131); }
div.DivClassName
{
background-color: #3DFB83;
}
.BgClassName
{
background-color: #3DFB83;
}
</style>
border-color css
<style>
span { border-color: #3DFB83; }
span { border-color: rgb(61,251,131); }
td.TdClassName
{
border-color: #3DFB83;
}
.TagClassName
{
border-color: #3DFB83;
}
</style>