Shades of Mindaro #DDFF6B
Tints of Mindaro #DDFF6B
RGB
CMYK
RGB Variations
Color information
#DDFF6B (or 0xDDFF6B) is known color: Mindaro. HEX triplet: DD, FF and 6B. RGB value is (221,255,107). Sum of RGB (Red+Green+Blue) = 221+255+107=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF6B is #220094. Grayscale: #E4E4E4. Windows color (decimal): -2228373 or 7077853. OLE color: 7077853.
HSL color Cylindrical-coordinate representation of color #DDFF6B: hue angle of 73.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDFF6B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 107 | - |
| CMYK | 0.13 | 0 | 0.58 | 0 |
| HSL | 73.78º | 1% | 0.71% | - |
| HSV(B) | 73.78º | 0.58% | 1% | - |
| XYZ | 68.23 | 87.95 | 27.29 | - |
| YUV | 227.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 107 | 0.13 | 0 | 0.58 | 0 | 73.78 | 1 | 0.71 |
| Hex | DD | FF | 6B | D | 0 | 3A | 0 | 4A | 64 | 47 |
| Octal | 335 | 377 | 153 | 15 | 0 | 72 | 0 | 112 | 144 | 107 |
| Binary | 11011101 | 11111111 | 1101011 | 1101 | 0 | 111010 | 0 | 1001010 | 1100100 | 1000111 |
Color Harmonies of #DDFF6B
Complementary color
Monochromatic Colors of #DDFF6B
Black with #DDFF6B
Text Example
Text Example
White with #DDFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF6B; }
p { color: rgb(221,255,107); }
H1.HeaderClassName
{
color: #DDFF6B;
}
.AnyTagClassName
{
color: #DDFF6B;
}
</style>
background-color css
<style>
a { background-color: #DDFF6B; }
a { background-color: rgb(221,255,107); }
div.DivClassName
{
background-color: #DDFF6B;
}
.BgClassName
{
background-color: #DDFF6B;
}
</style>
border-color css
<style>
span { border-color: #DDFF6B; }
span { border-color: rgb(221,255,107); }
td.TdClassName
{
border-color: #DDFF6B;
}
.TagClassName
{
border-color: #DDFF6B;
}
</style>