Shades of Manz #DCEF4A
Tints of Manz #DCEF4A
RGB
CMYK
RGB Variations
Color information
#DCEF4A (or 0xDCEF4A) is known color: Manz. HEX triplet: DC, EF and 4A. RGB value is (220,239,74). Sum of RGB (Red+Green+Blue) = 220+239+74=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF4A is #2310B5. Grayscale: #D7D7D7. Windows color (decimal): -2298038 or 4911068. OLE color: 4911068.
HSL color Cylindrical-coordinate representation of color #DCEF4A: hue angle of 66.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEF4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 66.91º | 0.84% | 0.61% | - |
| HSV(B) | 66.91º | 0.69% | 0.94% | - |
| XYZ | 61.62 | 77.44 | 18.18 | - |
| YUV | 214.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 74 | 0.08 | 0 | 0.69 | 0.06 | 66.91 | 0.84 | 0.61 |
| Hex | DC | EF | 4A | 8 | 0 | 45 | 6 | 43 | 54 | 3D |
| Octal | 334 | 357 | 112 | 10 | 0 | 105 | 6 | 103 | 124 | 75 |
| Binary | 11011100 | 11101111 | 1001010 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010100 | 111101 |
Color Harmonies of #DCEF4A
Complementary color
Monochromatic Colors of #DCEF4A
Black with #DCEF4A
Text Example
Text Example
White with #DCEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF4A; }
p { color: rgb(220,239,74); }
H1.HeaderClassName
{
color: #DCEF4A;
}
.AnyTagClassName
{
color: #DCEF4A;
}
</style>
background-color css
<style>
a { background-color: #DCEF4A; }
a { background-color: rgb(220,239,74); }
div.DivClassName
{
background-color: #DCEF4A;
}
.BgClassName
{
background-color: #DCEF4A;
}
</style>
border-color css
<style>
span { border-color: #DCEF4A; }
span { border-color: rgb(220,239,74); }
td.TdClassName
{
border-color: #DCEF4A;
}
.TagClassName
{
border-color: #DCEF4A;
}
</style>