Shades of Emerald #45F375
Tints of Emerald #45F375
RGB
CMYK
RGB Variations
Color information
#45F375 (or 0x45F375) is known color: Emerald. HEX triplet: 45, F3 and 75. RGB value is (69,243,117). Sum of RGB (Red+Green+Blue) = 69+243+117=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #45F375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45F375 is #BA0C8A. Grayscale: #B0B0B0. Windows color (decimal): -12192907 or 7729989. OLE color: 7729989.
HSL color Cylindrical-coordinate representation of color #45F375: hue angle of 136.55º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F375 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 117 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.05 |
| HSL | 136.55º | 0.88% | 0.61% | - |
| HSV(B) | 136.55º | 0.72% | 0.95% | - |
| XYZ | 37.72 | 66.65 | 27.71 | - |
| YUV | 176.61 | 94.35 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 117 | 0.72 | 0 | 0.52 | 0.05 | 136.55 | 0.88 | 0.61 |
| Hex | 45 | F3 | 75 | 48 | 0 | 34 | 5 | 89 | 58 | 3D |
| Octal | 105 | 363 | 165 | 110 | 0 | 64 | 5 | 211 | 130 | 75 |
| Binary | 1000101 | 11110011 | 1110101 | 1001000 | 0 | 110100 | 101 | 10001001 | 1011000 | 111101 |
Color Harmonies of #45F375
Complementary color
Monochromatic Colors of #45F375
Black with #45F375
Text Example
Text Example
White with #45F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F375; }
p { color: rgb(69,243,117); }
H1.HeaderClassName
{
color: #45F375;
}
.AnyTagClassName
{
color: #45F375;
}
</style>
background-color css
<style>
a { background-color: #45F375; }
a { background-color: rgb(69,243,117); }
div.DivClassName
{
background-color: #45F375;
}
.BgClassName
{
background-color: #45F375;
}
</style>
border-color css
<style>
span { border-color: #45F375; }
span { border-color: rgb(69,243,117); }
td.TdClassName
{
border-color: #45F375;
}
.TagClassName
{
border-color: #45F375;
}
</style>