Shades of Mindaro #DDFC81
Tints of Mindaro #DDFC81
RGB
CMYK
RGB Variations
Color information
#DDFC81 (or 0xDDFC81) is known color: Mindaro. HEX triplet: DD, FC and 81. RGB value is (221,252,129). Sum of RGB (Red+Green+Blue) = 221+252+129=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC81 is #22037E. Grayscale: #E5E5E5. Windows color (decimal): -2229119 or 8518877. OLE color: 8518877.
HSL color Cylindrical-coordinate representation of color #DDFC81: hue angle of 75.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFC81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 129 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.01 |
| HSL | 75.12º | 0.95% | 0.75% | - |
| HSV(B) | 75.12º | 0.49% | 0.99% | - |
| XYZ | 68.59 | 86.58 | 33.86 | - |
| YUV | 228.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 129 | 0.12 | 0 | 0.49 | 0.01 | 75.12 | 0.95 | 0.75 |
| Hex | DD | FC | 81 | C | 0 | 31 | 1 | 4B | 5F | 4B |
| Octal | 335 | 374 | 201 | 14 | 0 | 61 | 1 | 113 | 137 | 113 |
| Binary | 11011101 | 11111100 | 10000001 | 1100 | 0 | 110001 | 1 | 1001011 | 1011111 | 1001011 |
Color Harmonies of #DDFC81
Complementary color
Monochromatic Colors of #DDFC81
Black with #DDFC81
Text Example
Text Example
White with #DDFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC81; }
p { color: rgb(221,252,129); }
H1.HeaderClassName
{
color: #DDFC81;
}
.AnyTagClassName
{
color: #DDFC81;
}
</style>
background-color css
<style>
a { background-color: #DDFC81; }
a { background-color: rgb(221,252,129); }
div.DivClassName
{
background-color: #DDFC81;
}
.BgClassName
{
background-color: #DDFC81;
}
</style>
border-color css
<style>
span { border-color: #DDFC81; }
span { border-color: rgb(221,252,129); }
td.TdClassName
{
border-color: #DDFC81;
}
.TagClassName
{
border-color: #DDFC81;
}
</style>