Shades of Mindaro #DDF97B
Tints of Mindaro #DDF97B
RGB
CMYK
RGB Variations
Color information
#DDF97B (or 0xDDF97B) is known color: Mindaro. HEX triplet: DD, F9 and 7B. RGB value is (221,249,123). Sum of RGB (Red+Green+Blue) = 221+249+123=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF97B is #220684. Grayscale: #E2E2E2. Windows color (decimal): -2229893 or 8124893. OLE color: 8124893.
HSL color Cylindrical-coordinate representation of color #DDF97B: hue angle of 73.33º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF97B is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 123 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.02 |
| HSL | 73.33º | 0.91% | 0.73% | - |
| HSV(B) | 73.33º | 0.51% | 0.98% | - |
| XYZ | 67.27 | 84.55 | 31.51 | - |
| YUV | 226.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 123 | 0.11 | 0 | 0.51 | 0.02 | 73.33 | 0.91 | 0.73 |
| Hex | DD | F9 | 7B | B | 0 | 33 | 2 | 49 | 5B | 49 |
| Octal | 335 | 371 | 173 | 13 | 0 | 63 | 2 | 111 | 133 | 111 |
| Binary | 11011101 | 11111001 | 1111011 | 1011 | 0 | 110011 | 10 | 1001001 | 1011011 | 1001001 |
Color Harmonies of #DDF97B
Complementary color
Monochromatic Colors of #DDF97B
Black with #DDF97B
Text Example
Text Example
White with #DDF97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF97B; }
p { color: rgb(221,249,123); }
H1.HeaderClassName
{
color: #DDF97B;
}
.AnyTagClassName
{
color: #DDF97B;
}
</style>
background-color css
<style>
a { background-color: #DDF97B; }
a { background-color: rgb(221,249,123); }
div.DivClassName
{
background-color: #DDF97B;
}
.BgClassName
{
background-color: #DDF97B;
}
</style>
border-color css
<style>
span { border-color: #DDF97B; }
span { border-color: rgb(221,249,123); }
td.TdClassName
{
border-color: #DDF97B;
}
.TagClassName
{
border-color: #DDF97B;
}
</style>