Shades of Manz #DFE25C
Tints of Manz #DFE25C
RGB
CMYK
RGB Variations
Color information
#DFE25C (or 0xDFE25C) is known color: Manz. HEX triplet: DF, E2 and 5C. RGB value is (223,226,92). Sum of RGB (Red+Green+Blue) = 223+226+92=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE25C is #201DA3. Grayscale: #D2D2D2. Windows color (decimal): -2104740 or 6087391. OLE color: 6087391.
HSL color Cylindrical-coordinate representation of color #DFE25C: hue angle of 61.34º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFE25C is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 92 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.11 |
| HSL | 61.34º | 0.7% | 0.62% | - |
| HSV(B) | 61.34º | 0.59% | 0.89% | - |
| XYZ | 59.56 | 70.85 | 20.66 | - |
| YUV | 209.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 92 | 0.01 | 0 | 0.59 | 0.11 | 61.34 | 0.7 | 0.62 |
| Hex | DF | E2 | 5C | 1 | 0 | 3B | B | 3D | 46 | 3E |
| Octal | 337 | 342 | 134 | 1 | 0 | 73 | 13 | 75 | 106 | 76 |
| Binary | 11011111 | 11100010 | 1011100 | 1 | 0 | 111011 | 1011 | 111101 | 1000110 | 111110 |
Color Harmonies of #DFE25C
Complementary color
Monochromatic Colors of #DFE25C
Black with #DFE25C
Text Example
Text Example
White with #DFE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE25C; }
p { color: rgb(223,226,92); }
H1.HeaderClassName
{
color: #DFE25C;
}
.AnyTagClassName
{
color: #DFE25C;
}
</style>
background-color css
<style>
a { background-color: #DFE25C; }
a { background-color: rgb(223,226,92); }
div.DivClassName
{
background-color: #DFE25C;
}
.BgClassName
{
background-color: #DFE25C;
}
</style>
border-color css
<style>
span { border-color: #DFE25C; }
span { border-color: rgb(223,226,92); }
td.TdClassName
{
border-color: #DFE25C;
}
.TagClassName
{
border-color: #DFE25C;
}
</style>