Shades of Mindaro #DDFC74
Tints of Mindaro #DDFC74
RGB
CMYK
RGB Variations
Color information
#DDFC74 (or 0xDDFC74) is known color: Mindaro. HEX triplet: DD, FC and 74. RGB value is (221,252,116). Sum of RGB (Red+Green+Blue) = 221+252+116=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC74 is #22038B. Grayscale: #E3E3E3. Windows color (decimal): -2229132 or 7666909. OLE color: 7666909.
HSL color Cylindrical-coordinate representation of color #DDFC74: hue angle of 73.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDFC74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 116 | - |
CMYK | 0.12 | 0 | 0.54 | 0.01 |
HSL | 73.68º | 0.96% | 0.72% | - |
HSV(B) | 73.68º | 0.54% | 0.99% | - |
XYZ | 67.78 | 86.25 | 29.6 | - |
YUV | 227.23 | 65.23 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 116 | 0.12 | 0 | 0.54 | 0.01 | 73.68 | 0.96 | 0.72 |
Hex | DD | FC | 74 | C | 0 | 36 | 1 | 4A | 60 | 48 |
Octal | 335 | 374 | 164 | 14 | 0 | 66 | 1 | 112 | 140 | 110 |
Binary | 11011101 | 11111100 | 1110100 | 1100 | 0 | 110110 | 1 | 1001010 | 1100000 | 1001000 |
Color Harmonies of #DDFC74
Complementary color
Monochromatic Colors of #DDFC74
Black with #DDFC74
Text Example
Text Example
White with #DDFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC74; }
p { color: rgb(221,252,116); }
H1.HeaderClassName
{
color: #DDFC74;
}
.AnyTagClassName
{
color: #DDFC74;
}
</style>
background-color css
<style>
a { background-color: #DDFC74; }
a { background-color: rgb(221,252,116); }
div.DivClassName
{
background-color: #DDFC74;
}
.BgClassName
{
background-color: #DDFC74;
}
</style>
border-color css
<style>
span { border-color: #DDFC74; }
span { border-color: rgb(221,252,116); }
td.TdClassName
{
border-color: #DDFC74;
}
.TagClassName
{
border-color: #DDFC74;
}
</style>