Shades of Emerald #38F266
Tints of Emerald #38F266
RGB
CMYK
RGB Variations
Color information
#38F266 (or 0x38F266) is known color: Emerald. HEX triplet: 38, F2 and 66. RGB value is (56,242,102). Sum of RGB (Red+Green+Blue) = 56+242+102=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #38F266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F266 is #C70D99. Grayscale: #AAAAAA. Windows color (decimal): -13045146 or 6746680. OLE color: 6746680.
HSL color Cylindrical-coordinate representation of color #38F266: hue angle of 134.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F266 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 102 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.05 |
| HSL | 134.84º | 0.88% | 0.58% | - |
| HSV(B) | 134.84º | 0.77% | 0.95% | - |
| XYZ | 35.78 | 65.3 | 23.29 | - |
| YUV | 170.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 102 | 0.77 | 0 | 0.58 | 0.05 | 134.84 | 0.88 | 0.58 |
| Hex | 38 | F2 | 66 | 4D | 0 | 3A | 5 | 87 | 58 | 3A |
| Octal | 70 | 362 | 146 | 115 | 0 | 72 | 5 | 207 | 130 | 72 |
| Binary | 111000 | 11110010 | 1100110 | 1001101 | 0 | 111010 | 101 | 10000111 | 1011000 | 111010 |
Color Harmonies of #38F266
Complementary color
Monochromatic Colors of #38F266
Black with #38F266
Text Example
Text Example
White with #38F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F266; }
p { color: rgb(56,242,102); }
H1.HeaderClassName
{
color: #38F266;
}
.AnyTagClassName
{
color: #38F266;
}
</style>
background-color css
<style>
a { background-color: #38F266; }
a { background-color: rgb(56,242,102); }
div.DivClassName
{
background-color: #38F266;
}
.BgClassName
{
background-color: #38F266;
}
</style>
border-color css
<style>
span { border-color: #38F266; }
span { border-color: rgb(56,242,102); }
td.TdClassName
{
border-color: #38F266;
}
.TagClassName
{
border-color: #38F266;
}
</style>