Shades of Mindaro #DDFB6C
Tints of Mindaro #DDFB6C
RGB
CMYK
RGB Variations
Color information
#DDFB6C (or 0xDDFB6C) is known color: Mindaro. HEX triplet: DD, FB and 6C. RGB value is (221,251,108). Sum of RGB (Red+Green+Blue) = 221+251+108=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB6C is #220493. Grayscale: #E2E2E2. Windows color (decimal): -2229396 or 7142365. OLE color: 7142365.
HSL color Cylindrical-coordinate representation of color #DDFB6C: hue angle of 72.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDFB6C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 108 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 72.59º | 0.95% | 0.7% | - |
| HSV(B) | 72.59º | 0.57% | 0.98% | - |
| XYZ | 67.02 | 85.45 | 27.15 | - |
| YUV | 225.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 108 | 0.12 | 0 | 0.57 | 0.02 | 72.59 | 0.95 | 0.7 |
| Hex | DD | FB | 6C | C | 0 | 39 | 2 | 49 | 5F | 46 |
| Octal | 335 | 373 | 154 | 14 | 0 | 71 | 2 | 111 | 137 | 106 |
| Binary | 11011101 | 11111011 | 1101100 | 1100 | 0 | 111001 | 10 | 1001001 | 1011111 | 1000110 |
Color Harmonies of #DDFB6C
Complementary color
Monochromatic Colors of #DDFB6C
Black with #DDFB6C
Text Example
Text Example
White with #DDFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB6C; }
p { color: rgb(221,251,108); }
H1.HeaderClassName
{
color: #DDFB6C;
}
.AnyTagClassName
{
color: #DDFB6C;
}
</style>
background-color css
<style>
a { background-color: #DDFB6C; }
a { background-color: rgb(221,251,108); }
div.DivClassName
{
background-color: #DDFB6C;
}
.BgClassName
{
background-color: #DDFB6C;
}
</style>
border-color css
<style>
span { border-color: #DDFB6C; }
span { border-color: rgb(221,251,108); }
td.TdClassName
{
border-color: #DDFB6C;
}
.TagClassName
{
border-color: #DDFB6C;
}
</style>