Shades of Emerald #40F378
Tints of Emerald #40F378
RGB
CMYK
RGB Variations
Color information
#40F378 (or 0x40F378) is known color: Emerald. HEX triplet: 40, F3 and 78. RGB value is (64,243,120). Sum of RGB (Red+Green+Blue) = 64+243+120=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #40F378 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F378 is #BF0C87. Grayscale: #AFAFAF. Windows color (decimal): -12520584 or 7926592. OLE color: 7926592.
HSL color Cylindrical-coordinate representation of color #40F378: hue angle of 138.77º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F378 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 120 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.05 |
| HSL | 138.77º | 0.88% | 0.6% | - |
| HSV(B) | 138.77º | 0.74% | 0.95% | - |
| XYZ | 37.56 | 66.55 | 28.63 | - |
| YUV | 175.46 | 96.7 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 120 | 0.74 | 0 | 0.51 | 0.05 | 138.77 | 0.88 | 0.6 |
| Hex | 40 | F3 | 78 | 4A | 0 | 33 | 5 | 8B | 58 | 3C |
| Octal | 100 | 363 | 170 | 112 | 0 | 63 | 5 | 213 | 130 | 74 |
| Binary | 1000000 | 11110011 | 1111000 | 1001010 | 0 | 110011 | 101 | 10001011 | 1011000 | 111100 |
Color Harmonies of #40F378
Complementary color
Monochromatic Colors of #40F378
Black with #40F378
Text Example
Text Example
White with #40F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F378; }
p { color: rgb(64,243,120); }
H1.HeaderClassName
{
color: #40F378;
}
.AnyTagClassName
{
color: #40F378;
}
</style>
background-color css
<style>
a { background-color: #40F378; }
a { background-color: rgb(64,243,120); }
div.DivClassName
{
background-color: #40F378;
}
.BgClassName
{
background-color: #40F378;
}
</style>
border-color css
<style>
span { border-color: #40F378; }
span { border-color: rgb(64,243,120); }
td.TdClassName
{
border-color: #40F378;
}
.TagClassName
{
border-color: #40F378;
}
</style>