Shades of Manz #D3E652
Tints of Manz #D3E652
RGB
CMYK
RGB Variations
Color information
#D3E652 (or 0xD3E652) is known color: Manz. HEX triplet: D3, E6 and 52. RGB value is (211,230,82). Sum of RGB (Red+Green+Blue) = 211+230+82=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E652 is #2C19AD. Grayscale: #D0D0D0. Windows color (decimal): -2890158 or 5433043. OLE color: 5433043.
HSL color Cylindrical-coordinate representation of color #D3E652: hue angle of 67.7º 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 #D3E652 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 82 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.10 |
| HSL | 67.7º | 0.75% | 0.61% | - |
| HSV(B) | 67.7º | 0.64% | 0.9% | - |
| XYZ | 56.68 | 71.05 | 18.71 | - |
| YUV | 207.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 82 | 0.08 | 0 | 0.64 | 0.10 | 67.7 | 0.75 | 0.61 |
| Hex | D3 | E6 | 52 | 8 | 0 | 40 | A | 44 | 4B | 3D |
| Octal | 323 | 346 | 122 | 10 | 0 | 100 | 12 | 104 | 113 | 75 |
| Binary | 11010011 | 11100110 | 1010010 | 1000 | 0 | 1000000 | 1010 | 1000100 | 1001011 | 111101 |
Color Harmonies of #D3E652
Complementary color
Monochromatic Colors of #D3E652
Black with #D3E652
Text Example
Text Example
White with #D3E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E652; }
p { color: rgb(211,230,82); }
H1.HeaderClassName
{
color: #D3E652;
}
.AnyTagClassName
{
color: #D3E652;
}
</style>
background-color css
<style>
a { background-color: #D3E652; }
a { background-color: rgb(211,230,82); }
div.DivClassName
{
background-color: #D3E652;
}
.BgClassName
{
background-color: #D3E652;
}
</style>
border-color css
<style>
span { border-color: #D3E652; }
span { border-color: rgb(211,230,82); }
td.TdClassName
{
border-color: #D3E652;
}
.TagClassName
{
border-color: #D3E652;
}
</style>