Shades of Mindaro #DDFB77
Tints of Mindaro #DDFB77
RGB
CMYK
RGB Variations
Color information
#DDFB77 (or 0xDDFB77) is known color: Mindaro. HEX triplet: DD, FB and 77. RGB value is (221,251,119). Sum of RGB (Red+Green+Blue) = 221+251+119=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB77 is #220488. Grayscale: #E3E3E3. Windows color (decimal): -2229385 or 7863261. OLE color: 7863261.
HSL color Cylindrical-coordinate representation of color #DDFB77: hue angle of 73.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDFB77 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 119 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.02 |
| HSL | 73.64º | 0.94% | 0.73% | - |
| HSV(B) | 73.64º | 0.53% | 0.98% | - |
| XYZ | 67.65 | 85.7 | 30.43 | - |
| YUV | 226.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 119 | 0.12 | 0 | 0.53 | 0.02 | 73.64 | 0.94 | 0.73 |
| Hex | DD | FB | 77 | C | 0 | 35 | 2 | 4A | 5E | 49 |
| Octal | 335 | 373 | 167 | 14 | 0 | 65 | 2 | 112 | 136 | 111 |
| Binary | 11011101 | 11111011 | 1110111 | 1100 | 0 | 110101 | 10 | 1001010 | 1011110 | 1001001 |
Color Harmonies of #DDFB77
Complementary color
Monochromatic Colors of #DDFB77
Black with #DDFB77
Text Example
Text Example
White with #DDFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB77; }
p { color: rgb(221,251,119); }
H1.HeaderClassName
{
color: #DDFB77;
}
.AnyTagClassName
{
color: #DDFB77;
}
</style>
background-color css
<style>
a { background-color: #DDFB77; }
a { background-color: rgb(221,251,119); }
div.DivClassName
{
background-color: #DDFB77;
}
.BgClassName
{
background-color: #DDFB77;
}
</style>
border-color css
<style>
span { border-color: #DDFB77; }
span { border-color: rgb(221,251,119); }
td.TdClassName
{
border-color: #DDFB77;
}
.TagClassName
{
border-color: #DDFB77;
}
</style>