Shades of Manz #DFF34E
Tints of Manz #DFF34E
RGB
CMYK
RGB Variations
Color information
#DFF34E (or 0xDFF34E) is known color: Manz. HEX triplet: DF, F3 and 4E. RGB value is (223,243,78). Sum of RGB (Red+Green+Blue) = 223+243+78=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF34E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF34E is #200CB1. Grayscale: #DADADA. Windows color (decimal): -2100402 or 5174239. OLE color: 5174239.
HSL color Cylindrical-coordinate representation of color #DFF34E: hue angle of 67.27º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFF34E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 78 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.05 |
| HSL | 67.27º | 0.87% | 0.63% | - |
| HSV(B) | 67.27º | 0.68% | 0.95% | - |
| XYZ | 63.86 | 80.34 | 19.35 | - |
| YUV | 218.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 78 | 0.08 | 0 | 0.68 | 0.05 | 67.27 | 0.87 | 0.63 |
| Hex | DF | F3 | 4E | 8 | 0 | 44 | 5 | 43 | 57 | 3F |
| Octal | 337 | 363 | 116 | 10 | 0 | 104 | 5 | 103 | 127 | 77 |
| Binary | 11011111 | 11110011 | 1001110 | 1000 | 0 | 1000100 | 101 | 1000011 | 1010111 | 111111 |
Color Harmonies of #DFF34E
Complementary color
Monochromatic Colors of #DFF34E
Black with #DFF34E
Text Example
Text Example
White with #DFF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF34E; }
p { color: rgb(223,243,78); }
H1.HeaderClassName
{
color: #DFF34E;
}
.AnyTagClassName
{
color: #DFF34E;
}
</style>
background-color css
<style>
a { background-color: #DFF34E; }
a { background-color: rgb(223,243,78); }
div.DivClassName
{
background-color: #DFF34E;
}
.BgClassName
{
background-color: #DFF34E;
}
</style>
border-color css
<style>
span { border-color: #DFF34E; }
span { border-color: rgb(223,243,78); }
td.TdClassName
{
border-color: #DFF34E;
}
.TagClassName
{
border-color: #DFF34E;
}
</style>