Shades of Mindaro #DDF27B
Tints of Mindaro #DDF27B
RGB
CMYK
RGB Variations
Color information
#DDF27B (or 0xDDF27B) is known color: Mindaro. HEX triplet: DD, F2 and 7B. RGB value is (221,242,123). Sum of RGB (Red+Green+Blue) = 221+242+123=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF27B is #220D84. Grayscale: #DEDEDE. Windows color (decimal): -2231685 or 8123101. OLE color: 8123101.
HSL color Cylindrical-coordinate representation of color #DDF27B: hue angle of 70.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF27B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 123 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 70.59º | 0.82% | 0.72% | - |
| HSV(B) | 70.59º | 0.49% | 0.95% | - |
| XYZ | 65.15 | 80.31 | 30.81 | - |
| YUV | 222.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 123 | 0.09 | 0 | 0.49 | 0.05 | 70.59 | 0.82 | 0.72 |
| Hex | DD | F2 | 7B | 9 | 0 | 31 | 5 | 47 | 52 | 48 |
| Octal | 335 | 362 | 173 | 11 | 0 | 61 | 5 | 107 | 122 | 110 |
| Binary | 11011101 | 11110010 | 1111011 | 1001 | 0 | 110001 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DDF27B
Complementary color
Monochromatic Colors of #DDF27B
Black with #DDF27B
Text Example
Text Example
White with #DDF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF27B; }
p { color: rgb(221,242,123); }
H1.HeaderClassName
{
color: #DDF27B;
}
.AnyTagClassName
{
color: #DDF27B;
}
</style>
background-color css
<style>
a { background-color: #DDF27B; }
a { background-color: rgb(221,242,123); }
div.DivClassName
{
background-color: #DDF27B;
}
.BgClassName
{
background-color: #DDF27B;
}
</style>
border-color css
<style>
span { border-color: #DDF27B; }
span { border-color: rgb(221,242,123); }
td.TdClassName
{
border-color: #DDF27B;
}
.TagClassName
{
border-color: #DDF27B;
}
</style>