Shades of Mindaro #DDF27F
Tints of Mindaro #DDF27F
RGB
CMYK
RGB Variations
Color information
#DDF27F (or 0xDDF27F) is known color: Mindaro. HEX triplet: DD, F2 and 7F. RGB value is (221,242,127). Sum of RGB (Red+Green+Blue) = 221+242+127=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF27F is #220D80. Grayscale: #DFDFDF. Windows color (decimal): -2231681 or 8385245. OLE color: 8385245.
HSL color Cylindrical-coordinate representation of color #DDF27F: hue angle of 70.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF27F is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 127 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 70.96º | 0.82% | 0.72% | - |
| HSV(B) | 70.96º | 0.48% | 0.95% | - |
| XYZ | 65.4 | 80.41 | 32.15 | - |
| YUV | 222.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 127 | 0.09 | 0 | 0.48 | 0.05 | 70.96 | 0.82 | 0.72 |
| Hex | DD | F2 | 7F | 9 | 0 | 30 | 5 | 47 | 52 | 48 |
| Octal | 335 | 362 | 177 | 11 | 0 | 60 | 5 | 107 | 122 | 110 |
| Binary | 11011101 | 11110010 | 1111111 | 1001 | 0 | 110000 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DDF27F
Complementary color
Monochromatic Colors of #DDF27F
Black with #DDF27F
Text Example
Text Example
White with #DDF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF27F; }
p { color: rgb(221,242,127); }
H1.HeaderClassName
{
color: #DDF27F;
}
.AnyTagClassName
{
color: #DDF27F;
}
</style>
background-color css
<style>
a { background-color: #DDF27F; }
a { background-color: rgb(221,242,127); }
div.DivClassName
{
background-color: #DDF27F;
}
.BgClassName
{
background-color: #DDF27F;
}
</style>
border-color css
<style>
span { border-color: #DDF27F; }
span { border-color: rgb(221,242,127); }
td.TdClassName
{
border-color: #DDF27F;
}
.TagClassName
{
border-color: #DDF27F;
}
</style>