Shades of Mindaro #D0FB69
Tints of Mindaro #D0FB69
RGB
CMYK
RGB Variations
Color information
#D0FB69 (or 0xD0FB69) is known color: Mindaro. HEX triplet: D0, FB and 69. RGB value is (208,251,105). Sum of RGB (Red+Green+Blue) = 208+251+105=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB69 is #2F0496. Grayscale: #DEDEDE. Windows color (decimal): -3081367 or 6945744. OLE color: 6945744.
HSL color Cylindrical-coordinate representation of color #D0FB69: hue angle of 77.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0FB69 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 105 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.02 |
| HSL | 77.67º | 0.95% | 0.7% | - |
| HSV(B) | 77.67º | 0.58% | 0.98% | - |
| XYZ | 63.06 | 83.42 | 26.14 | - |
| YUV | 221.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 105 | 0.17 | 0 | 0.58 | 0.02 | 77.67 | 0.95 | 0.7 |
| Hex | D0 | FB | 69 | 11 | 0 | 3A | 2 | 4E | 5F | 46 |
| Octal | 320 | 373 | 151 | 21 | 0 | 72 | 2 | 116 | 137 | 106 |
| Binary | 11010000 | 11111011 | 1101001 | 10001 | 0 | 111010 | 10 | 1001110 | 1011111 | 1000110 |
Color Harmonies of #D0FB69
Complementary color
Monochromatic Colors of #D0FB69
Black with #D0FB69
Text Example
Text Example
White with #D0FB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB69; }
p { color: rgb(208,251,105); }
H1.HeaderClassName
{
color: #D0FB69;
}
.AnyTagClassName
{
color: #D0FB69;
}
</style>
background-color css
<style>
a { background-color: #D0FB69; }
a { background-color: rgb(208,251,105); }
div.DivClassName
{
background-color: #D0FB69;
}
.BgClassName
{
background-color: #D0FB69;
}
</style>
border-color css
<style>
span { border-color: #D0FB69; }
span { border-color: rgb(208,251,105); }
td.TdClassName
{
border-color: #D0FB69;
}
.TagClassName
{
border-color: #D0FB69;
}
</style>