Shades of Mindaro #DDF277
Tints of Mindaro #DDF277
RGB
CMYK
RGB Variations
Color information
#DDF277 (or 0xDDF277) is known color: Mindaro. HEX triplet: DD, F2 and 77. RGB value is (221,242,119). Sum of RGB (Red+Green+Blue) = 221+242+119=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF277 is #220D88. Grayscale: #DEDEDE. Windows color (decimal): -2231689 or 7860957. OLE color: 7860957.
HSL color Cylindrical-coordinate representation of color #DDF277: hue angle of 70.24º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF277 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 119 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.05 |
| HSL | 70.24º | 0.83% | 0.71% | - |
| HSV(B) | 70.24º | 0.51% | 0.95% | - |
| XYZ | 64.9 | 80.21 | 29.51 | - |
| YUV | 221.7 | 70.04 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 119 | 0.09 | 0 | 0.51 | 0.05 | 70.24 | 0.83 | 0.71 |
| Hex | DD | F2 | 77 | 9 | 0 | 33 | 5 | 46 | 53 | 47 |
| Octal | 335 | 362 | 167 | 11 | 0 | 63 | 5 | 106 | 123 | 107 |
| Binary | 11011101 | 11110010 | 1110111 | 1001 | 0 | 110011 | 101 | 1000110 | 1010011 | 1000111 |
Color Harmonies of #DDF277
Complementary color
Monochromatic Colors of #DDF277
Black with #DDF277
Text Example
Text Example
White with #DDF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF277; }
p { color: rgb(221,242,119); }
H1.HeaderClassName
{
color: #DDF277;
}
.AnyTagClassName
{
color: #DDF277;
}
</style>
background-color css
<style>
a { background-color: #DDF277; }
a { background-color: rgb(221,242,119); }
div.DivClassName
{
background-color: #DDF277;
}
.BgClassName
{
background-color: #DDF277;
}
</style>
border-color css
<style>
span { border-color: #DDF277; }
span { border-color: rgb(221,242,119); }
td.TdClassName
{
border-color: #DDF277;
}
.TagClassName
{
border-color: #DDF277;
}
</style>