Shades of Mindaro #DFF376
Tints of Mindaro #DFF376
RGB
CMYK
RGB Variations
Color information
#DFF376 (or 0xDFF376) is known color: Mindaro. HEX triplet: DF, F3 and 76. RGB value is (223,243,118). Sum of RGB (Red+Green+Blue) = 223+243+118=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF376 is #200C89. Grayscale: #DFDFDF. Windows color (decimal): -2100362 or 7795679. OLE color: 7795679.
HSL color Cylindrical-coordinate representation of color #DFF376: hue angle of 69.6º degrees, saturation: 0.84, 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 #DFF376 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 118 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.05 |
| HSL | 69.6º | 0.84% | 0.71% | - |
| HSV(B) | 69.6º | 0.51% | 0.95% | - |
| XYZ | 65.75 | 81.1 | 29.33 | - |
| YUV | 222.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 118 | 0.08 | 0 | 0.51 | 0.05 | 69.6 | 0.84 | 0.71 |
| Hex | DF | F3 | 76 | 8 | 0 | 33 | 5 | 46 | 54 | 47 |
| Octal | 337 | 363 | 166 | 10 | 0 | 63 | 5 | 106 | 124 | 107 |
| Binary | 11011111 | 11110011 | 1110110 | 1000 | 0 | 110011 | 101 | 1000110 | 1010100 | 1000111 |
Color Harmonies of #DFF376
Complementary color
Monochromatic Colors of #DFF376
Black with #DFF376
Text Example
Text Example
White with #DFF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF376; }
p { color: rgb(223,243,118); }
H1.HeaderClassName
{
color: #DFF376;
}
.AnyTagClassName
{
color: #DFF376;
}
</style>
background-color css
<style>
a { background-color: #DFF376; }
a { background-color: rgb(223,243,118); }
div.DivClassName
{
background-color: #DFF376;
}
.BgClassName
{
background-color: #DFF376;
}
</style>
border-color css
<style>
span { border-color: #DFF376; }
span { border-color: rgb(223,243,118); }
td.TdClassName
{
border-color: #DFF376;
}
.TagClassName
{
border-color: #DFF376;
}
</style>