Shades of Manz #DFE64A
Tints of Manz #DFE64A
RGB
CMYK
RGB Variations
Color information
#DFE64A (or 0xDFE64A) is known color: Manz. HEX triplet: DF, E6 and 4A. RGB value is (223,230,74). Sum of RGB (Red+Green+Blue) = 223+230+74=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE64A is #2019B5. Grayscale: #D2D2D2. Windows color (decimal): -2103734 or 4908767. OLE color: 4908767.
HSL color Cylindrical-coordinate representation of color #DFE64A: hue angle of 62.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFE64A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 74 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.10 |
| HSL | 62.69º | 0.76% | 0.6% | - |
| HSV(B) | 62.69º | 0.68% | 0.9% | - |
| XYZ | 59.96 | 72.78 | 17.37 | - |
| YUV | 210.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 74 | 0.03 | 0 | 0.68 | 0.10 | 62.69 | 0.76 | 0.6 |
| Hex | DF | E6 | 4A | 3 | 0 | 44 | A | 3F | 4C | 3C |
| Octal | 337 | 346 | 112 | 3 | 0 | 104 | 12 | 77 | 114 | 74 |
| Binary | 11011111 | 11100110 | 1001010 | 11 | 0 | 1000100 | 1010 | 111111 | 1001100 | 111100 |
Color Harmonies of #DFE64A
Complementary color
Monochromatic Colors of #DFE64A
Black with #DFE64A
Text Example
Text Example
White with #DFE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE64A; }
p { color: rgb(223,230,74); }
H1.HeaderClassName
{
color: #DFE64A;
}
.AnyTagClassName
{
color: #DFE64A;
}
</style>
background-color css
<style>
a { background-color: #DFE64A; }
a { background-color: rgb(223,230,74); }
div.DivClassName
{
background-color: #DFE64A;
}
.BgClassName
{
background-color: #DFE64A;
}
</style>
border-color css
<style>
span { border-color: #DFE64A; }
span { border-color: rgb(223,230,74); }
td.TdClassName
{
border-color: #DFE64A;
}
.TagClassName
{
border-color: #DFE64A;
}
</style>