Shades of Emerald #45D45C
Tints of Emerald #45D45C
RGB
CMYK
RGB Variations
Color information
#45D45C (or 0x45D45C) is known color: Emerald. HEX triplet: 45, D4 and 5C. RGB value is (69,212,92). Sum of RGB (Red+Green+Blue) = 69+212+92=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #45D45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D45C is #BA2BA3. Grayscale: #9B9B9B. Windows color (decimal): -12200868 or 6083653. OLE color: 6083653.
HSL color Cylindrical-coordinate representation of color #45D45C: hue angle of 129.65º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D45C is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 92 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.17 |
| HSL | 129.65º | 0.62% | 0.55% | - |
| HSV(B) | 129.65º | 0.67% | 0.83% | - |
| XYZ | 27.93 | 49.12 | 18.14 | - |
| YUV | 155.56 | 92.12 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 92 | 0.67 | 0 | 0.57 | 0.17 | 129.65 | 0.62 | 0.55 |
| Hex | 45 | D4 | 5C | 43 | 0 | 39 | 11 | 82 | 3E | 37 |
| Octal | 105 | 324 | 134 | 103 | 0 | 71 | 21 | 202 | 76 | 67 |
| Binary | 1000101 | 11010100 | 1011100 | 1000011 | 0 | 111001 | 10001 | 10000010 | 111110 | 110111 |
Color Harmonies of #45D45C
Complementary color
Monochromatic Colors of #45D45C
Black with #45D45C
Text Example
Text Example
White with #45D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D45C; }
p { color: rgb(69,212,92); }
H1.HeaderClassName
{
color: #45D45C;
}
.AnyTagClassName
{
color: #45D45C;
}
</style>
background-color css
<style>
a { background-color: #45D45C; }
a { background-color: rgb(69,212,92); }
div.DivClassName
{
background-color: #45D45C;
}
.BgClassName
{
background-color: #45D45C;
}
</style>
border-color css
<style>
span { border-color: #45D45C; }
span { border-color: rgb(69,212,92); }
td.TdClassName
{
border-color: #45D45C;
}
.TagClassName
{
border-color: #45D45C;
}
</style>