Shades of Mindaro #DFF277
Tints of Mindaro #DFF277
RGB
CMYK
RGB Variations
Color information
#DFF277 (or 0xDFF277) is known color: Mindaro. HEX triplet: DF, F2 and 77. RGB value is (223,242,119). Sum of RGB (Red+Green+Blue) = 223+242+119=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF277 is #200D88. Grayscale: #DEDEDE. Windows color (decimal): -2100617 or 7860959. OLE color: 7860959.
HSL color Cylindrical-coordinate representation of color #DFF277: hue angle of 69.27º 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 #DFF277 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 119 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.05 |
| HSL | 69.27º | 0.83% | 0.71% | - |
| HSV(B) | 69.27º | 0.51% | 0.95% | - |
| XYZ | 65.51 | 80.52 | 29.54 | - |
| YUV | 222.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 119 | 0.08 | 0 | 0.51 | 0.05 | 69.27 | 0.83 | 0.71 |
| Hex | DF | F2 | 77 | 8 | 0 | 33 | 5 | 45 | 53 | 47 |
| Octal | 337 | 362 | 167 | 10 | 0 | 63 | 5 | 105 | 123 | 107 |
| Binary | 11011111 | 11110010 | 1110111 | 1000 | 0 | 110011 | 101 | 1000101 | 1010011 | 1000111 |
Color Harmonies of #DFF277
Complementary color
Monochromatic Colors of #DFF277
Black with #DFF277
Text Example
Text Example
White with #DFF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF277; }
p { color: rgb(223,242,119); }
H1.HeaderClassName
{
color: #DFF277;
}
.AnyTagClassName
{
color: #DFF277;
}
</style>
background-color css
<style>
a { background-color: #DFF277; }
a { background-color: rgb(223,242,119); }
div.DivClassName
{
background-color: #DFF277;
}
.BgClassName
{
background-color: #DFF277;
}
</style>
border-color css
<style>
span { border-color: #DFF277; }
span { border-color: rgb(223,242,119); }
td.TdClassName
{
border-color: #DFF277;
}
.TagClassName
{
border-color: #DFF277;
}
</style>