Shades of Emerald #54F38A
Tints of Emerald #54F38A
RGB
CMYK
RGB Variations
Color information
#54F38A (or 0x54F38A) is known color: Emerald. HEX triplet: 54, F3 and 8A. RGB value is (84,243,138). Sum of RGB (Red+Green+Blue) = 84+243+138=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #54F38A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F38A is #AB0C75. Grayscale: #B7B7B7. Windows color (decimal): -11209846 or 9106260. OLE color: 9106260.
HSL color Cylindrical-coordinate representation of color #54F38A: hue angle of 140.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F38A is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 138 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.05 |
| HSL | 140.38º | 0.87% | 0.64% | - |
| HSV(B) | 140.38º | 0.65% | 0.95% | - |
| XYZ | 40.29 | 67.82 | 35.01 | - |
| YUV | 183.49 | 102.32 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 138 | 0.65 | 0 | 0.43 | 0.05 | 140.38 | 0.87 | 0.64 |
| Hex | 54 | F3 | 8A | 41 | 0 | 2B | 5 | 8C | 57 | 40 |
| Octal | 124 | 363 | 212 | 101 | 0 | 53 | 5 | 214 | 127 | 100 |
| Binary | 1010100 | 11110011 | 10001010 | 1000001 | 0 | 101011 | 101 | 10001100 | 1010111 | 1000000 |
Color Harmonies of #54F38A
Complementary color
Monochromatic Colors of #54F38A
Black with #54F38A
Text Example
Text Example
White with #54F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F38A; }
p { color: rgb(84,243,138); }
H1.HeaderClassName
{
color: #54F38A;
}
.AnyTagClassName
{
color: #54F38A;
}
</style>
background-color css
<style>
a { background-color: #54F38A; }
a { background-color: rgb(84,243,138); }
div.DivClassName
{
background-color: #54F38A;
}
.BgClassName
{
background-color: #54F38A;
}
</style>
border-color css
<style>
span { border-color: #54F38A; }
span { border-color: rgb(84,243,138); }
td.TdClassName
{
border-color: #54F38A;
}
.TagClassName
{
border-color: #54F38A;
}
</style>