Shades of Mindaro #DFF36F
Tints of Mindaro #DFF36F
RGB
CMYK
RGB Variations
Color information
#DFF36F (or 0xDFF36F) is known color: Mindaro. HEX triplet: DF, F3 and 6F. RGB value is (223,243,111). Sum of RGB (Red+Green+Blue) = 223+243+111=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF36F is #200C90. Grayscale: #DEDEDE. Windows color (decimal): -2100369 or 7336927. OLE color: 7336927.
HSL color Cylindrical-coordinate representation of color #DFF36F: hue angle of 69.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF36F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 111 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.05 |
| HSL | 69.09º | 0.85% | 0.69% | - |
| HSV(B) | 69.09º | 0.54% | 0.95% | - |
| XYZ | 65.35 | 80.94 | 27.22 | - |
| YUV | 221.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 111 | 0.08 | 0 | 0.54 | 0.05 | 69.09 | 0.85 | 0.69 |
| Hex | DF | F3 | 6F | 8 | 0 | 36 | 5 | 45 | 55 | 45 |
| Octal | 337 | 363 | 157 | 10 | 0 | 66 | 5 | 105 | 125 | 105 |
| Binary | 11011111 | 11110011 | 1101111 | 1000 | 0 | 110110 | 101 | 1000101 | 1010101 | 1000101 |
Color Harmonies of #DFF36F
Complementary color
Monochromatic Colors of #DFF36F
Black with #DFF36F
Text Example
Text Example
White with #DFF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF36F; }
p { color: rgb(223,243,111); }
H1.HeaderClassName
{
color: #DFF36F;
}
.AnyTagClassName
{
color: #DFF36F;
}
</style>
background-color css
<style>
a { background-color: #DFF36F; }
a { background-color: rgb(223,243,111); }
div.DivClassName
{
background-color: #DFF36F;
}
.BgClassName
{
background-color: #DFF36F;
}
</style>
border-color css
<style>
span { border-color: #DFF36F; }
span { border-color: rgb(223,243,111); }
td.TdClassName
{
border-color: #DFF36F;
}
.TagClassName
{
border-color: #DFF36F;
}
</style>