Shades of Mindaro #D8F969
Tints of Mindaro #D8F969
RGB
CMYK
RGB Variations
Color information
#D8F969 (or 0xD8F969) is known color: Mindaro. HEX triplet: D8, F9 and 69. RGB value is (216,249,105). Sum of RGB (Red+Green+Blue) = 216+249+105=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F969 is #270696. Grayscale: #DFDFDF. Windows color (decimal): -2557591 or 6945240. OLE color: 6945240.
HSL color Cylindrical-coordinate representation of color #D8F969: hue angle of 73.75º 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 #D8F969 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 105 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.02 |
| HSL | 73.75º | 0.92% | 0.69% | - |
| HSV(B) | 73.75º | 0.58% | 0.98% | - |
| XYZ | 64.74 | 83.37 | 26.04 | - |
| YUV | 222.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 105 | 0.13 | 0 | 0.58 | 0.02 | 73.75 | 0.92 | 0.69 |
| Hex | D8 | F9 | 69 | D | 0 | 3A | 2 | 4A | 5C | 45 |
| Octal | 330 | 371 | 151 | 15 | 0 | 72 | 2 | 112 | 134 | 105 |
| Binary | 11011000 | 11111001 | 1101001 | 1101 | 0 | 111010 | 10 | 1001010 | 1011100 | 1000101 |
Color Harmonies of #D8F969
Complementary color
Monochromatic Colors of #D8F969
Black with #D8F969
Text Example
Text Example
White with #D8F969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F969; }
p { color: rgb(216,249,105); }
H1.HeaderClassName
{
color: #D8F969;
}
.AnyTagClassName
{
color: #D8F969;
}
</style>
background-color css
<style>
a { background-color: #D8F969; }
a { background-color: rgb(216,249,105); }
div.DivClassName
{
background-color: #D8F969;
}
.BgClassName
{
background-color: #D8F969;
}
</style>
border-color css
<style>
span { border-color: #D8F969; }
span { border-color: rgb(216,249,105); }
td.TdClassName
{
border-color: #D8F969;
}
.TagClassName
{
border-color: #D8F969;
}
</style>