Shades of Mindaro #D2F366
Tints of Mindaro #D2F366
RGB
CMYK
RGB Variations
Color information
#D2F366 (or 0xD2F366) is known color: Mindaro. HEX triplet: D2, F3 and 66. RGB value is (210,243,102). Sum of RGB (Red+Green+Blue) = 210+243+102=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F366 is #2D0C99. Grayscale: #D9D9D9. Windows color (decimal): -2952346 or 6747090. OLE color: 6747090.
HSL color Cylindrical-coordinate representation of color #D2F366: hue angle of 74.04º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2F366 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 102 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.05 |
| HSL | 74.04º | 0.85% | 0.68% | - |
| HSV(B) | 74.04º | 0.58% | 0.95% | - |
| XYZ | 61.03 | 78.76 | 24.56 | - |
| YUV | 217.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 102 | 0.14 | 0 | 0.58 | 0.05 | 74.04 | 0.85 | 0.68 |
| Hex | D2 | F3 | 66 | E | 0 | 3A | 5 | 4A | 55 | 44 |
| Octal | 322 | 363 | 146 | 16 | 0 | 72 | 5 | 112 | 125 | 104 |
| Binary | 11010010 | 11110011 | 1100110 | 1110 | 0 | 111010 | 101 | 1001010 | 1010101 | 1000100 |
Color Harmonies of #D2F366
Complementary color
Monochromatic Colors of #D2F366
Black with #D2F366
Text Example
Text Example
White with #D2F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F366; }
p { color: rgb(210,243,102); }
H1.HeaderClassName
{
color: #D2F366;
}
.AnyTagClassName
{
color: #D2F366;
}
</style>
background-color css
<style>
a { background-color: #D2F366; }
a { background-color: rgb(210,243,102); }
div.DivClassName
{
background-color: #D2F366;
}
.BgClassName
{
background-color: #D2F366;
}
</style>
border-color css
<style>
span { border-color: #D2F366; }
span { border-color: rgb(210,243,102); }
td.TdClassName
{
border-color: #D2F366;
}
.TagClassName
{
border-color: #D2F366;
}
</style>