Shades of Mindaro #DFF46B
Tints of Mindaro #DFF46B
RGB
CMYK
RGB Variations
Color information
#DFF46B (or 0xDFF46B) is known color: Mindaro. HEX triplet: DF, F4 and 6B. RGB value is (223,244,107). Sum of RGB (Red+Green+Blue) = 223+244+107=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF46B is #200B94. Grayscale: #DEDEDE. Windows color (decimal): -2100117 or 7075039. OLE color: 7075039.
HSL color Cylindrical-coordinate representation of color #DFF46B: hue angle of 69.2º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFF46B is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 107 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.04 |
| HSL | 69.2º | 0.86% | 0.69% | - |
| HSV(B) | 69.2º | 0.56% | 0.96% | - |
| XYZ | 65.44 | 81.45 | 26.18 | - |
| YUV | 222.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 107 | 0.09 | 0 | 0.56 | 0.04 | 69.2 | 0.86 | 0.69 |
| Hex | DF | F4 | 6B | 9 | 0 | 38 | 4 | 45 | 56 | 45 |
| Octal | 337 | 364 | 153 | 11 | 0 | 70 | 4 | 105 | 126 | 105 |
| Binary | 11011111 | 11110100 | 1101011 | 1001 | 0 | 111000 | 100 | 1000101 | 1010110 | 1000101 |
Color Harmonies of #DFF46B
Complementary color
Monochromatic Colors of #DFF46B
Black with #DFF46B
Text Example
Text Example
White with #DFF46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF46B; }
p { color: rgb(223,244,107); }
H1.HeaderClassName
{
color: #DFF46B;
}
.AnyTagClassName
{
color: #DFF46B;
}
</style>
background-color css
<style>
a { background-color: #DFF46B; }
a { background-color: rgb(223,244,107); }
div.DivClassName
{
background-color: #DFF46B;
}
.BgClassName
{
background-color: #DFF46B;
}
</style>
border-color css
<style>
span { border-color: #DFF46B; }
span { border-color: rgb(223,244,107); }
td.TdClassName
{
border-color: #DFF46B;
}
.TagClassName
{
border-color: #DFF46B;
}
</style>