Shades of Mindaro #DFFC6B
Tints of Mindaro #DFFC6B
RGB
CMYK
RGB Variations
Color information
#DFFC6B (or 0xDFFC6B) is known color: Mindaro. HEX triplet: DF, FC and 6B. RGB value is (223,252,107). Sum of RGB (Red+Green+Blue) = 223+252+107=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC6B is #200394. Grayscale: #E3E3E3. Windows color (decimal): -2098069 or 7077087. OLE color: 7077087.
HSL color Cylindrical-coordinate representation of color #DFFC6B: hue angle of 72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFFC6B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 107 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.01 |
| HSL | 72º | 0.96% | 0.7% | - |
| HSV(B) | 72º | 0.58% | 0.99% | - |
| XYZ | 67.9 | 86.37 | 27 | - |
| YUV | 226.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 107 | 0.12 | 0 | 0.58 | 0.01 | 72 | 0.96 | 0.7 |
| Hex | DF | FC | 6B | C | 0 | 3A | 1 | 48 | 60 | 46 |
| Octal | 337 | 374 | 153 | 14 | 0 | 72 | 1 | 110 | 140 | 106 |
| Binary | 11011111 | 11111100 | 1101011 | 1100 | 0 | 111010 | 1 | 1001000 | 1100000 | 1000110 |
Color Harmonies of #DFFC6B
Complementary color
Monochromatic Colors of #DFFC6B
Black with #DFFC6B
Text Example
Text Example
White with #DFFC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC6B; }
p { color: rgb(223,252,107); }
H1.HeaderClassName
{
color: #DFFC6B;
}
.AnyTagClassName
{
color: #DFFC6B;
}
</style>
background-color css
<style>
a { background-color: #DFFC6B; }
a { background-color: rgb(223,252,107); }
div.DivClassName
{
background-color: #DFFC6B;
}
.BgClassName
{
background-color: #DFFC6B;
}
</style>
border-color css
<style>
span { border-color: #DFFC6B; }
span { border-color: rgb(223,252,107); }
td.TdClassName
{
border-color: #DFFC6B;
}
.TagClassName
{
border-color: #DFFC6B;
}
</style>