Shades of Manz #DFEE4A
Tints of Manz #DFEE4A
RGB
CMYK
RGB Variations
Color information
#DFEE4A (or 0xDFEE4A) is known color: Manz. HEX triplet: DF, EE and 4A. RGB value is (223,238,74). Sum of RGB (Red+Green+Blue) = 223+238+74=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE4A is #2011B5. Grayscale: #D7D7D7. Windows color (decimal): -2101686 or 4910815. OLE color: 4910815.
HSL color Cylindrical-coordinate representation of color #DFEE4A: hue angle of 65.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFEE4A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 74 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.07 |
| HSL | 65.49º | 0.83% | 0.61% | - |
| HSV(B) | 65.49º | 0.69% | 0.93% | - |
| XYZ | 62.24 | 77.33 | 18.12 | - |
| YUV | 214.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 74 | 0.06 | 0 | 0.69 | 0.07 | 65.49 | 0.83 | 0.61 |
| Hex | DF | EE | 4A | 6 | 0 | 45 | 7 | 41 | 53 | 3D |
| Octal | 337 | 356 | 112 | 6 | 0 | 105 | 7 | 101 | 123 | 75 |
| Binary | 11011111 | 11101110 | 1001010 | 110 | 0 | 1000101 | 111 | 1000001 | 1010011 | 111101 |
Color Harmonies of #DFEE4A
Complementary color
Monochromatic Colors of #DFEE4A
Black with #DFEE4A
Text Example
Text Example
White with #DFEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE4A; }
p { color: rgb(223,238,74); }
H1.HeaderClassName
{
color: #DFEE4A;
}
.AnyTagClassName
{
color: #DFEE4A;
}
</style>
background-color css
<style>
a { background-color: #DFEE4A; }
a { background-color: rgb(223,238,74); }
div.DivClassName
{
background-color: #DFEE4A;
}
.BgClassName
{
background-color: #DFEE4A;
}
</style>
border-color css
<style>
span { border-color: #DFEE4A; }
span { border-color: rgb(223,238,74); }
td.TdClassName
{
border-color: #DFEE4A;
}
.TagClassName
{
border-color: #DFEE4A;
}
</style>