Shades of Mindaro #DFF380
Tints of Mindaro #DFF380
RGB
CMYK
RGB Variations
Color information
#DFF380 (or 0xDFF380) is known color: Mindaro. HEX triplet: DF, F3 and 80. RGB value is (223,243,128). Sum of RGB (Red+Green+Blue) = 223+243+128=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF380 is #200C7F. Grayscale: #E0E0E0. Windows color (decimal): -2100352 or 8451039. OLE color: 8451039.
HSL color Cylindrical-coordinate representation of color #DFF380: hue angle of 70.43º degrees, saturation: 0.83, 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 #DFF380 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 128 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.05 |
| HSL | 70.43º | 0.83% | 0.73% | - |
| HSV(B) | 70.43º | 0.47% | 0.95% | - |
| XYZ | 66.38 | 81.35 | 32.63 | - |
| YUV | 223.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 128 | 0.08 | 0 | 0.47 | 0.05 | 70.43 | 0.83 | 0.73 |
| Hex | DF | F3 | 80 | 8 | 0 | 2F | 5 | 46 | 53 | 49 |
| Octal | 337 | 363 | 200 | 10 | 0 | 57 | 5 | 106 | 123 | 111 |
| Binary | 11011111 | 11110011 | 10000000 | 1000 | 0 | 101111 | 101 | 1000110 | 1010011 | 1001001 |
Color Harmonies of #DFF380
Complementary color
Monochromatic Colors of #DFF380
Black with #DFF380
Text Example
Text Example
White with #DFF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF380; }
p { color: rgb(223,243,128); }
H1.HeaderClassName
{
color: #DFF380;
}
.AnyTagClassName
{
color: #DFF380;
}
</style>
background-color css
<style>
a { background-color: #DFF380; }
a { background-color: rgb(223,243,128); }
div.DivClassName
{
background-color: #DFF380;
}
.BgClassName
{
background-color: #DFF380;
}
</style>
border-color css
<style>
span { border-color: #DFF380; }
span { border-color: rgb(223,243,128); }
td.TdClassName
{
border-color: #DFF380;
}
.TagClassName
{
border-color: #DFF380;
}
</style>