Shades of Manz #D5E252
Tints of Manz #D5E252
RGB
CMYK
RGB Variations
Color information
#D5E252 (or 0xD5E252) is known color: Manz. HEX triplet: D5, E2 and 52. RGB value is (213,226,82). Sum of RGB (Red+Green+Blue) = 213+226+82=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E252 is #2A1DAD. Grayscale: #CECECE. Windows color (decimal): -2760110 or 5432021. OLE color: 5432021.
HSL color Cylindrical-coordinate representation of color #D5E252: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5E252 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 82 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.11 |
| HSL | 65.42º | 0.71% | 0.6% | - |
| HSV(B) | 65.42º | 0.64% | 0.89% | - |
| XYZ | 56.16 | 69.15 | 18.37 | - |
| YUV | 205.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 82 | 0.06 | 0 | 0.64 | 0.11 | 65.42 | 0.71 | 0.6 |
| Hex | D5 | E2 | 52 | 6 | 0 | 40 | B | 41 | 47 | 3C |
| Octal | 325 | 342 | 122 | 6 | 0 | 100 | 13 | 101 | 107 | 74 |
| Binary | 11010101 | 11100010 | 1010010 | 110 | 0 | 1000000 | 1011 | 1000001 | 1000111 | 111100 |
Color Harmonies of #D5E252
Complementary color
Monochromatic Colors of #D5E252
Black with #D5E252
Text Example
Text Example
White with #D5E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E252; }
p { color: rgb(213,226,82); }
H1.HeaderClassName
{
color: #D5E252;
}
.AnyTagClassName
{
color: #D5E252;
}
</style>
background-color css
<style>
a { background-color: #D5E252; }
a { background-color: rgb(213,226,82); }
div.DivClassName
{
background-color: #D5E252;
}
.BgClassName
{
background-color: #D5E252;
}
</style>
border-color css
<style>
span { border-color: #D5E252; }
span { border-color: rgb(213,226,82); }
td.TdClassName
{
border-color: #D5E252;
}
.TagClassName
{
border-color: #D5E252;
}
</style>