Shades of Emerald #3DF27B
Tints of Emerald #3DF27B
RGB
CMYK
RGB Variations
Color information
#3DF27B (or 0x3DF27B) is known color: Emerald. HEX triplet: 3D, F2 and 7B. RGB value is (61,242,123). Sum of RGB (Red+Green+Blue) = 61+242+123=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF27B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF27B is #C20D84. Grayscale: #AEAEAE. Windows color (decimal): -12717445 or 8122941. OLE color: 8122941.
HSL color Cylindrical-coordinate representation of color #3DF27B: hue angle of 140.55º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF27B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 123 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.05 |
| HSL | 140.55º | 0.87% | 0.59% | - |
| HSV(B) | 140.55º | 0.75% | 0.95% | - |
| XYZ | 37.25 | 65.93 | 29.5 | - |
| YUV | 174.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 123 | 0.75 | 0 | 0.49 | 0.05 | 140.55 | 0.87 | 0.59 |
| Hex | 3D | F2 | 7B | 4B | 0 | 31 | 5 | 8D | 57 | 3B |
| Octal | 75 | 362 | 173 | 113 | 0 | 61 | 5 | 215 | 127 | 73 |
| Binary | 111101 | 11110010 | 1111011 | 1001011 | 0 | 110001 | 101 | 10001101 | 1010111 | 111011 |
Color Harmonies of #3DF27B
Complementary color
Monochromatic Colors of #3DF27B
Black with #3DF27B
Text Example
Text Example
White with #3DF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF27B; }
p { color: rgb(61,242,123); }
H1.HeaderClassName
{
color: #3DF27B;
}
.AnyTagClassName
{
color: #3DF27B;
}
</style>
background-color css
<style>
a { background-color: #3DF27B; }
a { background-color: rgb(61,242,123); }
div.DivClassName
{
background-color: #3DF27B;
}
.BgClassName
{
background-color: #3DF27B;
}
</style>
border-color css
<style>
span { border-color: #3DF27B; }
span { border-color: rgb(61,242,123); }
td.TdClassName
{
border-color: #3DF27B;
}
.TagClassName
{
border-color: #3DF27B;
}
</style>