Shades of Mindaro #DEF966
Tints of Mindaro #DEF966
RGB
CMYK
RGB Variations
Color information
#DEF966 (or 0xDEF966) is known color: Mindaro. HEX triplet: DE, F9 and 66. RGB value is (222,249,102). Sum of RGB (Red+Green+Blue) = 222+249+102=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF966 is #210699. Grayscale: #E0E0E0. Windows color (decimal): -2164378 or 6748638. OLE color: 6748638.
HSL color Cylindrical-coordinate representation of color #DEF966: hue angle of 71.02º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF966 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 102 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.02 |
| HSL | 71.02º | 0.92% | 0.69% | - |
| HSV(B) | 71.02º | 0.59% | 0.98% | - |
| XYZ | 66.4 | 84.24 | 25.33 | - |
| YUV | 224.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 102 | 0.11 | 0 | 0.59 | 0.02 | 71.02 | 0.92 | 0.69 |
| Hex | DE | F9 | 66 | B | 0 | 3B | 2 | 47 | 5C | 45 |
| Octal | 336 | 371 | 146 | 13 | 0 | 73 | 2 | 107 | 134 | 105 |
| Binary | 11011110 | 11111001 | 1100110 | 1011 | 0 | 111011 | 10 | 1000111 | 1011100 | 1000101 |
Color Harmonies of #DEF966
Complementary color
Monochromatic Colors of #DEF966
Black with #DEF966
Text Example
Text Example
White with #DEF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF966; }
p { color: rgb(222,249,102); }
H1.HeaderClassName
{
color: #DEF966;
}
.AnyTagClassName
{
color: #DEF966;
}
</style>
background-color css
<style>
a { background-color: #DEF966; }
a { background-color: rgb(222,249,102); }
div.DivClassName
{
background-color: #DEF966;
}
.BgClassName
{
background-color: #DEF966;
}
</style>
border-color css
<style>
span { border-color: #DEF966; }
span { border-color: rgb(222,249,102); }
td.TdClassName
{
border-color: #DEF966;
}
.TagClassName
{
border-color: #DEF966;
}
</style>