Shades of Mindaro #DFF375
Tints of Mindaro #DFF375
RGB
CMYK
RGB Variations
Color information
#DFF375 (or 0xDFF375) is known color: Mindaro. HEX triplet: DF, F3 and 75. RGB value is (223,243,117). Sum of RGB (Red+Green+Blue) = 223+243+117=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF375 is #200C8A. Grayscale: #DFDFDF. Windows color (decimal): -2100363 or 7730143. OLE color: 7730143.
HSL color Cylindrical-coordinate representation of color #DFF375: hue angle of 69.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFF375 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 117 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.52º | 0.84% | 0.71% | - |
| HSV(B) | 69.52º | 0.52% | 0.95% | - |
| XYZ | 65.69 | 81.07 | 29.02 | - |
| YUV | 222.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 117 | 0.08 | 0 | 0.52 | 0.05 | 69.52 | 0.84 | 0.71 |
| Hex | DF | F3 | 75 | 8 | 0 | 34 | 5 | 46 | 54 | 47 |
| Octal | 337 | 363 | 165 | 10 | 0 | 64 | 5 | 106 | 124 | 107 |
| Binary | 11011111 | 11110011 | 1110101 | 1000 | 0 | 110100 | 101 | 1000110 | 1010100 | 1000111 |
Color Harmonies of #DFF375
Complementary color
Monochromatic Colors of #DFF375
Black with #DFF375
Text Example
Text Example
White with #DFF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF375; }
p { color: rgb(223,243,117); }
H1.HeaderClassName
{
color: #DFF375;
}
.AnyTagClassName
{
color: #DFF375;
}
</style>
background-color css
<style>
a { background-color: #DFF375; }
a { background-color: rgb(223,243,117); }
div.DivClassName
{
background-color: #DFF375;
}
.BgClassName
{
background-color: #DFF375;
}
</style>
border-color css
<style>
span { border-color: #DFF375; }
span { border-color: rgb(223,243,117); }
td.TdClassName
{
border-color: #DFF375;
}
.TagClassName
{
border-color: #DFF375;
}
</style>