Shades of Manz #D0E652
Tints of Manz #D0E652
RGB
CMYK
RGB Variations
Color information
#D0E652 (or 0xD0E652) is known color: Manz. HEX triplet: D0, E6 and 52. RGB value is (208,230,82). Sum of RGB (Red+Green+Blue) = 208+230+82=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E652 is #2F19AD. Grayscale: #CFCFCF. Windows color (decimal): -3086766 or 5433040. OLE color: 5433040.
HSL color Cylindrical-coordinate representation of color #D0E652: hue angle of 68.92º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0E652 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 82 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.10 |
| HSL | 68.92º | 0.75% | 0.61% | - |
| HSV(B) | 68.92º | 0.64% | 0.9% | - |
| XYZ | 55.83 | 70.61 | 18.67 | - |
| YUV | 206.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 82 | 0.10 | 0 | 0.64 | 0.10 | 68.92 | 0.75 | 0.61 |
| Hex | D0 | E6 | 52 | A | 0 | 40 | A | 45 | 4B | 3D |
| Octal | 320 | 346 | 122 | 12 | 0 | 100 | 12 | 105 | 113 | 75 |
| Binary | 11010000 | 11100110 | 1010010 | 1010 | 0 | 1000000 | 1010 | 1000101 | 1001011 | 111101 |
Color Harmonies of #D0E652
Complementary color
Monochromatic Colors of #D0E652
Black with #D0E652
Text Example
Text Example
White with #D0E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E652; }
p { color: rgb(208,230,82); }
H1.HeaderClassName
{
color: #D0E652;
}
.AnyTagClassName
{
color: #D0E652;
}
</style>
background-color css
<style>
a { background-color: #D0E652; }
a { background-color: rgb(208,230,82); }
div.DivClassName
{
background-color: #D0E652;
}
.BgClassName
{
background-color: #D0E652;
}
</style>
border-color css
<style>
span { border-color: #D0E652; }
span { border-color: rgb(208,230,82); }
td.TdClassName
{
border-color: #D0E652;
}
.TagClassName
{
border-color: #D0E652;
}
</style>