Shades of Manz #DCEF51
Tints of Manz #DCEF51
RGB
CMYK
RGB Variations
Color information
#DCEF51 (or 0xDCEF51) is known color: Manz. HEX triplet: DC, EF and 51. RGB value is (220,239,81). Sum of RGB (Red+Green+Blue) = 220+239+81=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF51 is #2310AE. Grayscale: #D7D7D7. Windows color (decimal): -2298031 or 5369820. OLE color: 5369820.
HSL color Cylindrical-coordinate representation of color #DCEF51: hue angle of 67.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCEF51 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 81 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.06 |
| HSL | 67.22º | 0.83% | 0.63% | - |
| HSV(B) | 67.22º | 0.66% | 0.94% | - |
| XYZ | 61.87 | 77.54 | 19.49 | - |
| YUV | 215.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 81 | 0.08 | 0 | 0.66 | 0.06 | 67.22 | 0.83 | 0.63 |
| Hex | DC | EF | 51 | 8 | 0 | 42 | 6 | 43 | 53 | 3F |
| Octal | 334 | 357 | 121 | 10 | 0 | 102 | 6 | 103 | 123 | 77 |
| Binary | 11011100 | 11101111 | 1010001 | 1000 | 0 | 1000010 | 110 | 1000011 | 1010011 | 111111 |
Color Harmonies of #DCEF51
Complementary color
Monochromatic Colors of #DCEF51
Black with #DCEF51
Text Example
Text Example
White with #DCEF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF51; }
p { color: rgb(220,239,81); }
H1.HeaderClassName
{
color: #DCEF51;
}
.AnyTagClassName
{
color: #DCEF51;
}
</style>
background-color css
<style>
a { background-color: #DCEF51; }
a { background-color: rgb(220,239,81); }
div.DivClassName
{
background-color: #DCEF51;
}
.BgClassName
{
background-color: #DCEF51;
}
</style>
border-color css
<style>
span { border-color: #DCEF51; }
span { border-color: rgb(220,239,81); }
td.TdClassName
{
border-color: #DCEF51;
}
.TagClassName
{
border-color: #DCEF51;
}
</style>