Shades of Mindaro #DDFB81
Tints of Mindaro #DDFB81
RGB
CMYK
RGB Variations
Color information
#DDFB81 (or 0xDDFB81) is known color: Mindaro. HEX triplet: DD, FB and 81. RGB value is (221,251,129). Sum of RGB (Red+Green+Blue) = 221+251+129=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB81 is #22047E. Grayscale: #E4E4E4. Windows color (decimal): -2229375 or 8518621. OLE color: 8518621.
HSL color Cylindrical-coordinate representation of color #DDFB81: hue angle of 74.75º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFB81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 129 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.02 |
| HSL | 74.75º | 0.94% | 0.75% | - |
| HSV(B) | 74.75º | 0.49% | 0.98% | - |
| XYZ | 68.28 | 85.95 | 33.76 | - |
| YUV | 228.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 129 | 0.12 | 0 | 0.49 | 0.02 | 74.75 | 0.94 | 0.75 |
| Hex | DD | FB | 81 | C | 0 | 31 | 2 | 4B | 5E | 4B |
| Octal | 335 | 373 | 201 | 14 | 0 | 61 | 2 | 113 | 136 | 113 |
| Binary | 11011101 | 11111011 | 10000001 | 1100 | 0 | 110001 | 10 | 1001011 | 1011110 | 1001011 |
Color Harmonies of #DDFB81
Complementary color
Monochromatic Colors of #DDFB81
Black with #DDFB81
Text Example
Text Example
White with #DDFB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB81; }
p { color: rgb(221,251,129); }
H1.HeaderClassName
{
color: #DDFB81;
}
.AnyTagClassName
{
color: #DDFB81;
}
</style>
background-color css
<style>
a { background-color: #DDFB81; }
a { background-color: rgb(221,251,129); }
div.DivClassName
{
background-color: #DDFB81;
}
.BgClassName
{
background-color: #DDFB81;
}
</style>
border-color css
<style>
span { border-color: #DDFB81; }
span { border-color: rgb(221,251,129); }
td.TdClassName
{
border-color: #DDFB81;
}
.TagClassName
{
border-color: #DDFB81;
}
</style>