Shades of Mindaro #DFF382
Tints of Mindaro #DFF382
RGB
CMYK
RGB Variations
Color information
#DFF382 (or 0xDFF382) is known color: Mindaro. HEX triplet: DF, F3 and 82. RGB value is (223,243,130). Sum of RGB (Red+Green+Blue) = 223+243+130=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF382 is #200C7D. Grayscale: #E0E0E0. Windows color (decimal): -2100350 or 8582111. OLE color: 8582111.
HSL color Cylindrical-coordinate representation of color #DFF382: hue angle of 70.62º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFF382 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 130 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.05 |
| HSL | 70.62º | 0.82% | 0.73% | - |
| HSV(B) | 70.62º | 0.47% | 0.95% | - |
| XYZ | 66.51 | 81.4 | 33.33 | - |
| YUV | 224.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 130 | 0.08 | 0 | 0.47 | 0.05 | 70.62 | 0.82 | 0.73 |
| Hex | DF | F3 | 82 | 8 | 0 | 2F | 5 | 47 | 52 | 49 |
| Octal | 337 | 363 | 202 | 10 | 0 | 57 | 5 | 107 | 122 | 111 |
| Binary | 11011111 | 11110011 | 10000010 | 1000 | 0 | 101111 | 101 | 1000111 | 1010010 | 1001001 |
Color Harmonies of #DFF382
Complementary color
Monochromatic Colors of #DFF382
Black with #DFF382
Text Example
Text Example
White with #DFF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF382; }
p { color: rgb(223,243,130); }
H1.HeaderClassName
{
color: #DFF382;
}
.AnyTagClassName
{
color: #DFF382;
}
</style>
background-color css
<style>
a { background-color: #DFF382; }
a { background-color: rgb(223,243,130); }
div.DivClassName
{
background-color: #DFF382;
}
.BgClassName
{
background-color: #DFF382;
}
</style>
border-color css
<style>
span { border-color: #DFF382; }
span { border-color: rgb(223,243,130); }
td.TdClassName
{
border-color: #DFF382;
}
.TagClassName
{
border-color: #DFF382;
}
</style>