Shades of Manz #DCF150
Tints of Manz #DCF150
RGB
CMYK
RGB Variations
Color information
#DCF150 (or 0xDCF150) is known color: Manz. HEX triplet: DC, F1 and 50. RGB value is (220,241,80). Sum of RGB (Red+Green+Blue) = 220+241+80=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF150 is #230EAF. Grayscale: #D8D8D8. Windows color (decimal): -2297520 or 5304796. OLE color: 5304796.
HSL color Cylindrical-coordinate representation of color #DCF150: hue angle of 67.83º 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 #DCF150 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 80 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 67.83º | 0.85% | 0.63% | - |
| HSV(B) | 67.83º | 0.67% | 0.95% | - |
| XYZ | 62.42 | 78.71 | 19.49 | - |
| YUV | 216.37 | 51.04 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 80 | 0.09 | 0 | 0.67 | 0.05 | 67.83 | 0.85 | 0.63 |
| Hex | DC | F1 | 50 | 9 | 0 | 43 | 5 | 44 | 55 | 3F |
| Octal | 334 | 361 | 120 | 11 | 0 | 103 | 5 | 104 | 125 | 77 |
| Binary | 11011100 | 11110001 | 1010000 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010101 | 111111 |
Color Harmonies of #DCF150
Complementary color
Monochromatic Colors of #DCF150
Black with #DCF150
Text Example
Text Example
White with #DCF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF150; }
p { color: rgb(220,241,80); }
H1.HeaderClassName
{
color: #DCF150;
}
.AnyTagClassName
{
color: #DCF150;
}
</style>
background-color css
<style>
a { background-color: #DCF150; }
a { background-color: rgb(220,241,80); }
div.DivClassName
{
background-color: #DCF150;
}
.BgClassName
{
background-color: #DCF150;
}
</style>
border-color css
<style>
span { border-color: #DCF150; }
span { border-color: rgb(220,241,80); }
td.TdClassName
{
border-color: #DCF150;
}
.TagClassName
{
border-color: #DCF150;
}
</style>