Shades of Mindaro #DDFB6D
Tints of Mindaro #DDFB6D
RGB
CMYK
RGB Variations
Color information
#DDFB6D (or 0xDDFB6D) is known color: Mindaro. HEX triplet: DD, FB and 6D. RGB value is (221,251,109). Sum of RGB (Red+Green+Blue) = 221+251+109=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB6D is #220492. Grayscale: #E2E2E2. Windows color (decimal): -2229395 or 7207901. OLE color: 7207901.
HSL color Cylindrical-coordinate representation of color #DDFB6D: hue angle of 72.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDFB6D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 109 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 72.68º | 0.95% | 0.71% | - |
| HSV(B) | 72.68º | 0.57% | 0.98% | - |
| XYZ | 67.08 | 85.47 | 27.43 | - |
| YUV | 225.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 109 | 0.12 | 0 | 0.57 | 0.02 | 72.68 | 0.95 | 0.71 |
| Hex | DD | FB | 6D | C | 0 | 39 | 2 | 49 | 5F | 47 |
| Octal | 335 | 373 | 155 | 14 | 0 | 71 | 2 | 111 | 137 | 107 |
| Binary | 11011101 | 11111011 | 1101101 | 1100 | 0 | 111001 | 10 | 1001001 | 1011111 | 1000111 |
Color Harmonies of #DDFB6D
Complementary color
Monochromatic Colors of #DDFB6D
Black with #DDFB6D
Text Example
Text Example
White with #DDFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB6D; }
p { color: rgb(221,251,109); }
H1.HeaderClassName
{
color: #DDFB6D;
}
.AnyTagClassName
{
color: #DDFB6D;
}
</style>
background-color css
<style>
a { background-color: #DDFB6D; }
a { background-color: rgb(221,251,109); }
div.DivClassName
{
background-color: #DDFB6D;
}
.BgClassName
{
background-color: #DDFB6D;
}
</style>
border-color css
<style>
span { border-color: #DDFB6D; }
span { border-color: rgb(221,251,109); }
td.TdClassName
{
border-color: #DDFB6D;
}
.TagClassName
{
border-color: #DDFB6D;
}
</style>