Shades of Manz #D5E453
Tints of Manz #D5E453
RGB
CMYK
RGB Variations
Color information
#D5E453 (or 0xD5E453) is known color: Manz. HEX triplet: D5, E4 and 53. RGB value is (213,228,83). Sum of RGB (Red+Green+Blue) = 213+228+83=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E453 is #2A1BAC. Grayscale: #CFCFCF. Windows color (decimal): -2759597 or 5498069. OLE color: 5498069.
HSL color Cylindrical-coordinate representation of color #D5E453: hue angle of 66.21º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5E453 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 83 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.11 |
| HSL | 66.21º | 0.73% | 0.61% | - |
| HSV(B) | 66.21º | 0.64% | 0.89% | - |
| XYZ | 56.75 | 70.26 | 18.75 | - |
| YUV | 206.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 83 | 0.07 | 0 | 0.64 | 0.11 | 66.21 | 0.73 | 0.61 |
| Hex | D5 | E4 | 53 | 7 | 0 | 40 | B | 42 | 49 | 3D |
| Octal | 325 | 344 | 123 | 7 | 0 | 100 | 13 | 102 | 111 | 75 |
| Binary | 11010101 | 11100100 | 1010011 | 111 | 0 | 1000000 | 1011 | 1000010 | 1001001 | 111101 |
Color Harmonies of #D5E453
Complementary color
Monochromatic Colors of #D5E453
Black with #D5E453
Text Example
Text Example
White with #D5E453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E453; }
p { color: rgb(213,228,83); }
H1.HeaderClassName
{
color: #D5E453;
}
.AnyTagClassName
{
color: #D5E453;
}
</style>
background-color css
<style>
a { background-color: #D5E453; }
a { background-color: rgb(213,228,83); }
div.DivClassName
{
background-color: #D5E453;
}
.BgClassName
{
background-color: #D5E453;
}
</style>
border-color css
<style>
span { border-color: #D5E453; }
span { border-color: rgb(213,228,83); }
td.TdClassName
{
border-color: #D5E453;
}
.TagClassName
{
border-color: #D5E453;
}
</style>