Shades of Emerald #45F481
Tints of Emerald #45F481
RGB
CMYK
RGB Variations
Color information
#45F481 (or 0x45F481) is known color: Emerald. HEX triplet: 45, F4 and 81. RGB value is (69,244,129). Sum of RGB (Red+Green+Blue) = 69+244+129=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #45F481 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F481 is #BA0B7E. Grayscale: #B2B2B2. Windows color (decimal): -12192639 or 8516677. OLE color: 8516677.
HSL color Cylindrical-coordinate representation of color #45F481: hue angle of 140.57º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F481 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 244 | 129 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.04 |
| HSL | 140.57º | 0.89% | 0.61% | - |
| HSV(B) | 140.57º | 0.72% | 0.96% | - |
| XYZ | 38.77 | 67.55 | 31.76 | - |
| YUV | 178.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 244 | 129 | 0.72 | 0 | 0.47 | 0.04 | 140.57 | 0.89 | 0.61 |
| Hex | 45 | F4 | 81 | 48 | 0 | 2F | 4 | 8D | 59 | 3D |
| Octal | 105 | 364 | 201 | 110 | 0 | 57 | 4 | 215 | 131 | 75 |
| Binary | 1000101 | 11110100 | 10000001 | 1001000 | 0 | 101111 | 100 | 10001101 | 1011001 | 111101 |
Color Harmonies of #45F481
Complementary color
Monochromatic Colors of #45F481
Black with #45F481
Text Example
Text Example
White with #45F481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F481; }
p { color: rgb(69,244,129); }
H1.HeaderClassName
{
color: #45F481;
}
.AnyTagClassName
{
color: #45F481;
}
</style>
background-color css
<style>
a { background-color: #45F481; }
a { background-color: rgb(69,244,129); }
div.DivClassName
{
background-color: #45F481;
}
.BgClassName
{
background-color: #45F481;
}
</style>
border-color css
<style>
span { border-color: #45F481; }
span { border-color: rgb(69,244,129); }
td.TdClassName
{
border-color: #45F481;
}
.TagClassName
{
border-color: #45F481;
}
</style>