Shades of Manz #DFE64B
Tints of Manz #DFE64B
RGB
CMYK
RGB Variations
Color information
#DFE64B (or 0xDFE64B) is known color: Manz. HEX triplet: DF, E6 and 4B. RGB value is (223,230,75). Sum of RGB (Red+Green+Blue) = 223+230+75=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE64B is #2019B4. Grayscale: #D2D2D2. Windows color (decimal): -2103733 or 4974303. OLE color: 4974303.
HSL color Cylindrical-coordinate representation of color #DFE64B: hue angle of 62.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE64B is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 75 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.10 |
| HSL | 62.71º | 0.76% | 0.6% | - |
| HSV(B) | 62.71º | 0.67% | 0.9% | - |
| XYZ | 60 | 72.79 | 17.54 | - |
| YUV | 210.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 75 | 0.03 | 0 | 0.67 | 0.10 | 62.71 | 0.76 | 0.6 |
| Hex | DF | E6 | 4B | 3 | 0 | 43 | A | 3F | 4C | 3C |
| Octal | 337 | 346 | 113 | 3 | 0 | 103 | 12 | 77 | 114 | 74 |
| Binary | 11011111 | 11100110 | 1001011 | 11 | 0 | 1000011 | 1010 | 111111 | 1001100 | 111100 |
Color Harmonies of #DFE64B
Complementary color
Monochromatic Colors of #DFE64B
Black with #DFE64B
Text Example
Text Example
White with #DFE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE64B; }
p { color: rgb(223,230,75); }
H1.HeaderClassName
{
color: #DFE64B;
}
.AnyTagClassName
{
color: #DFE64B;
}
</style>
background-color css
<style>
a { background-color: #DFE64B; }
a { background-color: rgb(223,230,75); }
div.DivClassName
{
background-color: #DFE64B;
}
.BgClassName
{
background-color: #DFE64B;
}
</style>
border-color css
<style>
span { border-color: #DFE64B; }
span { border-color: rgb(223,230,75); }
td.TdClassName
{
border-color: #DFE64B;
}
.TagClassName
{
border-color: #DFE64B;
}
</style>