Shades of Emerald #3AFB7D
Tints of Emerald #3AFB7D
RGB
CMYK
RGB Variations
Color information
#3AFB7D (or 0x3AFB7D) is known color: Emerald. HEX triplet: 3A, FB and 7D. RGB value is (58,251,125). Sum of RGB (Red+Green+Blue) = 58+251+125=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB7D is #C50482. Grayscale: #B3B3B3. Windows color (decimal): -12911747 or 8256314. OLE color: 8256314.
HSL color Cylindrical-coordinate representation of color #3AFB7D: hue angle of 140.83º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB7D is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 125 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.02 |
| HSL | 140.83º | 0.96% | 0.61% | - |
| HSV(B) | 140.83º | 0.77% | 0.98% | - |
| XYZ | 39.94 | 71.37 | 31.07 | - |
| YUV | 178.93 | 97.56 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 125 | 0.77 | 0 | 0.50 | 0.02 | 140.83 | 0.96 | 0.61 |
| Hex | 3A | FB | 7D | 4D | 0 | 32 | 2 | 8D | 60 | 3D |
| Octal | 72 | 373 | 175 | 115 | 0 | 62 | 2 | 215 | 140 | 75 |
| Binary | 111010 | 11111011 | 1111101 | 1001101 | 0 | 110010 | 10 | 10001101 | 1100000 | 111101 |
Color Harmonies of #3AFB7D
Complementary color
Monochromatic Colors of #3AFB7D
Black with #3AFB7D
Text Example
Text Example
White with #3AFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB7D; }
p { color: rgb(58,251,125); }
H1.HeaderClassName
{
color: #3AFB7D;
}
.AnyTagClassName
{
color: #3AFB7D;
}
</style>
background-color css
<style>
a { background-color: #3AFB7D; }
a { background-color: rgb(58,251,125); }
div.DivClassName
{
background-color: #3AFB7D;
}
.BgClassName
{
background-color: #3AFB7D;
}
</style>
border-color css
<style>
span { border-color: #3AFB7D; }
span { border-color: rgb(58,251,125); }
td.TdClassName
{
border-color: #3AFB7D;
}
.TagClassName
{
border-color: #3AFB7D;
}
</style>