Shades of Manz #D1E058
Tints of Manz #D1E058
RGB
CMYK
RGB Variations
Color information
#D1E058 (or 0xD1E058) is known color: Manz. HEX triplet: D1, E0 and 58. RGB value is (209,224,88). Sum of RGB (Red+Green+Blue) = 209+224+88=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E058 is #2E1FA7. Grayscale: #CCCCCC. Windows color (decimal): -3022760 or 5824721. OLE color: 5824721.
HSL color Cylindrical-coordinate representation of color #D1E058: hue angle of 66.62º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E058 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 88 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.12 |
| HSL | 66.62º | 0.69% | 0.61% | - |
| HSV(B) | 66.62º | 0.61% | 0.88% | - |
| XYZ | 54.71 | 67.57 | 19.39 | - |
| YUV | 204.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 88 | 0.07 | 0 | 0.61 | 0.12 | 66.62 | 0.69 | 0.61 |
| Hex | D1 | E0 | 58 | 7 | 0 | 3D | C | 43 | 45 | 3D |
| Octal | 321 | 340 | 130 | 7 | 0 | 75 | 14 | 103 | 105 | 75 |
| Binary | 11010001 | 11100000 | 1011000 | 111 | 0 | 111101 | 1100 | 1000011 | 1000101 | 111101 |
Color Harmonies of #D1E058
Complementary color
Monochromatic Colors of #D1E058
Black with #D1E058
Text Example
Text Example
White with #D1E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E058; }
p { color: rgb(209,224,88); }
H1.HeaderClassName
{
color: #D1E058;
}
.AnyTagClassName
{
color: #D1E058;
}
</style>
background-color css
<style>
a { background-color: #D1E058; }
a { background-color: rgb(209,224,88); }
div.DivClassName
{
background-color: #D1E058;
}
.BgClassName
{
background-color: #D1E058;
}
</style>
border-color css
<style>
span { border-color: #D1E058; }
span { border-color: rgb(209,224,88); }
td.TdClassName
{
border-color: #D1E058;
}
.TagClassName
{
border-color: #D1E058;
}
</style>