Shades of Mindaro #DDFC7B
Tints of Mindaro #DDFC7B
RGB
CMYK
RGB Variations
Color information
#DDFC7B (or 0xDDFC7B) is known color: Mindaro. HEX triplet: DD, FC and 7B. RGB value is (221,252,123). Sum of RGB (Red+Green+Blue) = 221+252+123=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC7B is #220384. Grayscale: #E4E4E4. Windows color (decimal): -2229125 or 8125661. OLE color: 8125661.
HSL color Cylindrical-coordinate representation of color #DDFC7B: hue angle of 74.42º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFC7B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 123 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.01 |
| HSL | 74.42º | 0.96% | 0.74% | - |
| HSV(B) | 74.42º | 0.51% | 0.99% | - |
| XYZ | 68.2 | 86.42 | 31.83 | - |
| YUV | 228.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 123 | 0.12 | 0 | 0.51 | 0.01 | 74.42 | 0.96 | 0.74 |
| Hex | DD | FC | 7B | C | 0 | 33 | 1 | 4A | 60 | 4A |
| Octal | 335 | 374 | 173 | 14 | 0 | 63 | 1 | 112 | 140 | 112 |
| Binary | 11011101 | 11111100 | 1111011 | 1100 | 0 | 110011 | 1 | 1001010 | 1100000 | 1001010 |
Color Harmonies of #DDFC7B
Complementary color
Monochromatic Colors of #DDFC7B
Black with #DDFC7B
Text Example
Text Example
White with #DDFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC7B; }
p { color: rgb(221,252,123); }
H1.HeaderClassName
{
color: #DDFC7B;
}
.AnyTagClassName
{
color: #DDFC7B;
}
</style>
background-color css
<style>
a { background-color: #DDFC7B; }
a { background-color: rgb(221,252,123); }
div.DivClassName
{
background-color: #DDFC7B;
}
.BgClassName
{
background-color: #DDFC7B;
}
</style>
border-color css
<style>
span { border-color: #DDFC7B; }
span { border-color: rgb(221,252,123); }
td.TdClassName
{
border-color: #DDFC7B;
}
.TagClassName
{
border-color: #DDFC7B;
}
</style>