Shades of Emerald #45D264
Tints of Emerald #45D264
RGB
CMYK
RGB Variations
Color information
#45D264 (or 0x45D264) is known color: Emerald. HEX triplet: 45, D2 and 64. RGB value is (69,210,100). Sum of RGB (Red+Green+Blue) = 69+210+100=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #45D264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D264 is #BA2D9B. Grayscale: #9B9B9B. Windows color (decimal): -12201372 or 6607429. OLE color: 6607429.
HSL color Cylindrical-coordinate representation of color #45D264: hue angle of 133.19º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D264 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 100 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.18 |
| HSL | 133.19º | 0.61% | 0.55% | - |
| HSV(B) | 133.19º | 0.67% | 0.82% | - |
| XYZ | 27.8 | 48.28 | 19.91 | - |
| YUV | 155.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 100 | 0.67 | 0 | 0.52 | 0.18 | 133.19 | 0.61 | 0.55 |
| Hex | 45 | D2 | 64 | 43 | 0 | 34 | 12 | 85 | 3D | 37 |
| Octal | 105 | 322 | 144 | 103 | 0 | 64 | 22 | 205 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1100100 | 1000011 | 0 | 110100 | 10010 | 10000101 | 111101 | 110111 |
Color Harmonies of #45D264
Complementary color
Monochromatic Colors of #45D264
Black with #45D264
Text Example
Text Example
White with #45D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D264; }
p { color: rgb(69,210,100); }
H1.HeaderClassName
{
color: #45D264;
}
.AnyTagClassName
{
color: #45D264;
}
</style>
background-color css
<style>
a { background-color: #45D264; }
a { background-color: rgb(69,210,100); }
div.DivClassName
{
background-color: #45D264;
}
.BgClassName
{
background-color: #45D264;
}
</style>
border-color css
<style>
span { border-color: #45D264; }
span { border-color: rgb(69,210,100); }
td.TdClassName
{
border-color: #45D264;
}
.TagClassName
{
border-color: #45D264;
}
</style>