Shades of Manz #DFF24D
Tints of Manz #DFF24D
RGB
CMYK
RGB Variations
Color information
#DFF24D (or 0xDFF24D) is known color: Manz. HEX triplet: DF, F2 and 4D. RGB value is (223,242,77). Sum of RGB (Red+Green+Blue) = 223+242+77=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF24D is #200DB2. Grayscale: #DADADA. Windows color (decimal): -2100659 or 5108447. OLE color: 5108447.
HSL color Cylindrical-coordinate representation of color #DFF24D: hue angle of 66.91º degrees, saturation: 0.86, 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 #DFF24D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.05 |
| HSL | 66.91º | 0.86% | 0.63% | - |
| HSV(B) | 66.91º | 0.68% | 0.95% | - |
| XYZ | 63.52 | 79.73 | 19.06 | - |
| YUV | 217.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 77 | 0.08 | 0 | 0.68 | 0.05 | 66.91 | 0.86 | 0.63 |
| Hex | DF | F2 | 4D | 8 | 0 | 44 | 5 | 43 | 56 | 3F |
| Octal | 337 | 362 | 115 | 10 | 0 | 104 | 5 | 103 | 126 | 77 |
| Binary | 11011111 | 11110010 | 1001101 | 1000 | 0 | 1000100 | 101 | 1000011 | 1010110 | 111111 |
Color Harmonies of #DFF24D
Complementary color
Monochromatic Colors of #DFF24D
Black with #DFF24D
Text Example
Text Example
White with #DFF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF24D; }
p { color: rgb(223,242,77); }
H1.HeaderClassName
{
color: #DFF24D;
}
.AnyTagClassName
{
color: #DFF24D;
}
</style>
background-color css
<style>
a { background-color: #DFF24D; }
a { background-color: rgb(223,242,77); }
div.DivClassName
{
background-color: #DFF24D;
}
.BgClassName
{
background-color: #DFF24D;
}
</style>
border-color css
<style>
span { border-color: #DFF24D; }
span { border-color: rgb(223,242,77); }
td.TdClassName
{
border-color: #DFF24D;
}
.TagClassName
{
border-color: #DFF24D;
}
</style>