Shades of Mindaro #D6F969
Tints of Mindaro #D6F969
RGB
CMYK
RGB Variations
Color information
#D6F969 (or 0xD6F969) is known color: Mindaro. HEX triplet: D6, F9 and 69. RGB value is (214,249,105). Sum of RGB (Red+Green+Blue) = 214+249+105=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F969 is #290696. Grayscale: #DEDEDE. Windows color (decimal): -2688663 or 6945238. OLE color: 6945238.
HSL color Cylindrical-coordinate representation of color #D6F969: hue angle of 74.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6F969 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 105 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.02 |
| HSL | 74.58º | 0.92% | 0.69% | - |
| HSV(B) | 74.58º | 0.58% | 0.98% | - |
| XYZ | 64.16 | 83.07 | 26.02 | - |
| YUV | 222.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 105 | 0.14 | 0 | 0.58 | 0.02 | 74.58 | 0.92 | 0.69 |
| Hex | D6 | F9 | 69 | E | 0 | 3A | 2 | 4B | 5C | 45 |
| Octal | 326 | 371 | 151 | 16 | 0 | 72 | 2 | 113 | 134 | 105 |
| Binary | 11010110 | 11111001 | 1101001 | 1110 | 0 | 111010 | 10 | 1001011 | 1011100 | 1000101 |
Color Harmonies of #D6F969
Complementary color
Monochromatic Colors of #D6F969
Black with #D6F969
Text Example
Text Example
White with #D6F969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F969; }
p { color: rgb(214,249,105); }
H1.HeaderClassName
{
color: #D6F969;
}
.AnyTagClassName
{
color: #D6F969;
}
</style>
background-color css
<style>
a { background-color: #D6F969; }
a { background-color: rgb(214,249,105); }
div.DivClassName
{
background-color: #D6F969;
}
.BgClassName
{
background-color: #D6F969;
}
</style>
border-color css
<style>
span { border-color: #D6F969; }
span { border-color: rgb(214,249,105); }
td.TdClassName
{
border-color: #D6F969;
}
.TagClassName
{
border-color: #D6F969;
}
</style>