Shades of Mindaro #DDF683
Tints of Mindaro #DDF683
RGB
CMYK
RGB Variations
Color information
#DDF683 (or 0xDDF683) is known color: Mindaro. HEX triplet: DD, F6 and 83. RGB value is (221,246,131). Sum of RGB (Red+Green+Blue) = 221+246+131=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF683 is #22097C. Grayscale: #E1E1E1. Windows color (decimal): -2230653 or 8648413. OLE color: 8648413.
HSL color Cylindrical-coordinate representation of color #DDF683: hue angle of 73.04º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF683 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 131 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.04 |
| HSL | 73.04º | 0.86% | 0.74% | - |
| HSV(B) | 73.04º | 0.47% | 0.96% | - |
| XYZ | 66.87 | 82.92 | 33.95 | - |
| YUV | 225.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 131 | 0.10 | 0 | 0.47 | 0.04 | 73.04 | 0.86 | 0.74 |
| Hex | DD | F6 | 83 | A | 0 | 2F | 4 | 49 | 56 | 4A |
| Octal | 335 | 366 | 203 | 12 | 0 | 57 | 4 | 111 | 126 | 112 |
| Binary | 11011101 | 11110110 | 10000011 | 1010 | 0 | 101111 | 100 | 1001001 | 1010110 | 1001010 |
Color Harmonies of #DDF683
Complementary color
Monochromatic Colors of #DDF683
Black with #DDF683
Text Example
Text Example
White with #DDF683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF683; }
p { color: rgb(221,246,131); }
H1.HeaderClassName
{
color: #DDF683;
}
.AnyTagClassName
{
color: #DDF683;
}
</style>
background-color css
<style>
a { background-color: #DDF683; }
a { background-color: rgb(221,246,131); }
div.DivClassName
{
background-color: #DDF683;
}
.BgClassName
{
background-color: #DDF683;
}
</style>
border-color css
<style>
span { border-color: #DDF683; }
span { border-color: rgb(221,246,131); }
td.TdClassName
{
border-color: #DDF683;
}
.TagClassName
{
border-color: #DDF683;
}
</style>