Shades of Manz #D0E64F
Tints of Manz #D0E64F
RGB
CMYK
RGB Variations
Color information
#D0E64F (or 0xD0E64F) is known color: Manz. HEX triplet: D0, E6 and 4F. RGB value is (208,230,79). Sum of RGB (Red+Green+Blue) = 208+230+79=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E64F is #2F19B0. Grayscale: #CECECE. Windows color (decimal): -3086769 or 5236432. OLE color: 5236432.
HSL color Cylindrical-coordinate representation of color #D0E64F: hue angle of 68.74º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0E64F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 79 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.10 |
| HSL | 68.74º | 0.75% | 0.61% | - |
| HSV(B) | 68.74º | 0.66% | 0.9% | - |
| XYZ | 55.72 | 70.57 | 18.08 | - |
| YUV | 206.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 79 | 0.10 | 0 | 0.66 | 0.10 | 68.74 | 0.75 | 0.61 |
| Hex | D0 | E6 | 4F | A | 0 | 42 | A | 45 | 4B | 3D |
| Octal | 320 | 346 | 117 | 12 | 0 | 102 | 12 | 105 | 113 | 75 |
| Binary | 11010000 | 11100110 | 1001111 | 1010 | 0 | 1000010 | 1010 | 1000101 | 1001011 | 111101 |
Color Harmonies of #D0E64F
Complementary color
Monochromatic Colors of #D0E64F
Black with #D0E64F
Text Example
Text Example
White with #D0E64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E64F; }
p { color: rgb(208,230,79); }
H1.HeaderClassName
{
color: #D0E64F;
}
.AnyTagClassName
{
color: #D0E64F;
}
</style>
background-color css
<style>
a { background-color: #D0E64F; }
a { background-color: rgb(208,230,79); }
div.DivClassName
{
background-color: #D0E64F;
}
.BgClassName
{
background-color: #D0E64F;
}
</style>
border-color css
<style>
span { border-color: #D0E64F; }
span { border-color: rgb(208,230,79); }
td.TdClassName
{
border-color: #D0E64F;
}
.TagClassName
{
border-color: #D0E64F;
}
</style>