Shades of Mindaro #DFF374
Tints of Mindaro #DFF374
RGB
CMYK
RGB Variations
Color information
#DFF374 (or 0xDFF374) is known color: Mindaro. HEX triplet: DF, F3 and 74. RGB value is (223,243,116). Sum of RGB (Red+Green+Blue) = 223+243+116=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF374 is #200C8B. Grayscale: #DFDFDF. Windows color (decimal): -2100364 or 7664607. OLE color: 7664607.
HSL color Cylindrical-coordinate representation of color #DFF374: hue angle of 69.45º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFF374 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 116 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.45º | 0.84% | 0.7% | - |
| HSV(B) | 69.45º | 0.52% | 0.95% | - |
| XYZ | 65.63 | 81.05 | 28.71 | - |
| YUV | 222.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 116 | 0.08 | 0 | 0.52 | 0.05 | 69.45 | 0.84 | 0.7 |
| Hex | DF | F3 | 74 | 8 | 0 | 34 | 5 | 45 | 54 | 46 |
| Octal | 337 | 363 | 164 | 10 | 0 | 64 | 5 | 105 | 124 | 106 |
| Binary | 11011111 | 11110011 | 1110100 | 1000 | 0 | 110100 | 101 | 1000101 | 1010100 | 1000110 |
Color Harmonies of #DFF374
Complementary color
Monochromatic Colors of #DFF374
Black with #DFF374
Text Example
Text Example
White with #DFF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF374; }
p { color: rgb(223,243,116); }
H1.HeaderClassName
{
color: #DFF374;
}
.AnyTagClassName
{
color: #DFF374;
}
</style>
background-color css
<style>
a { background-color: #DFF374; }
a { background-color: rgb(223,243,116); }
div.DivClassName
{
background-color: #DFF374;
}
.BgClassName
{
background-color: #DFF374;
}
</style>
border-color css
<style>
span { border-color: #DFF374; }
span { border-color: rgb(223,243,116); }
td.TdClassName
{
border-color: #DFF374;
}
.TagClassName
{
border-color: #DFF374;
}
</style>