Shades of Manz #DFF150
Tints of Manz #DFF150
RGB
CMYK
RGB Variations
Color information
#DFF150 (or 0xDFF150) is known color: Manz. HEX triplet: DF, F1 and 50. RGB value is (223,241,80). Sum of RGB (Red+Green+Blue) = 223+241+80=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF150 is #200EAF. Grayscale: #D9D9D9. Windows color (decimal): -2100912 or 5304799. OLE color: 5304799.
HSL color Cylindrical-coordinate representation of color #DFF150: hue angle of 66.71º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFF150 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 80 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.05 |
| HSL | 66.71º | 0.85% | 0.63% | - |
| HSV(B) | 66.71º | 0.67% | 0.95% | - |
| XYZ | 63.33 | 79.18 | 19.53 | - |
| YUV | 217.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 80 | 0.07 | 0 | 0.67 | 0.05 | 66.71 | 0.85 | 0.63 |
| Hex | DF | F1 | 50 | 7 | 0 | 43 | 5 | 43 | 55 | 3F |
| Octal | 337 | 361 | 120 | 7 | 0 | 103 | 5 | 103 | 125 | 77 |
| Binary | 11011111 | 11110001 | 1010000 | 111 | 0 | 1000011 | 101 | 1000011 | 1010101 | 111111 |
Color Harmonies of #DFF150
Complementary color
Monochromatic Colors of #DFF150
Black with #DFF150
Text Example
Text Example
White with #DFF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF150; }
p { color: rgb(223,241,80); }
H1.HeaderClassName
{
color: #DFF150;
}
.AnyTagClassName
{
color: #DFF150;
}
</style>
background-color css
<style>
a { background-color: #DFF150; }
a { background-color: rgb(223,241,80); }
div.DivClassName
{
background-color: #DFF150;
}
.BgClassName
{
background-color: #DFF150;
}
</style>
border-color css
<style>
span { border-color: #DFF150; }
span { border-color: rgb(223,241,80); }
td.TdClassName
{
border-color: #DFF150;
}
.TagClassName
{
border-color: #DFF150;
}
</style>