Shades of Mindaro #D0FC69
Tints of Mindaro #D0FC69
RGB
CMYK
RGB Variations
Color information
#D0FC69 (or 0xD0FC69) is known color: Mindaro. HEX triplet: D0, FC and 69. RGB value is (208,252,105). Sum of RGB (Red+Green+Blue) = 208+252+105=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC69 is #2F0396. Grayscale: #DEDEDE. Windows color (decimal): -3081111 or 6946000. OLE color: 6946000.
HSL color Cylindrical-coordinate representation of color #D0FC69: hue angle of 77.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0FC69 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 105 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.01 |
| HSL | 77.96º | 0.96% | 0.7% | - |
| HSV(B) | 77.96º | 0.58% | 0.99% | - |
| XYZ | 63.37 | 84.05 | 26.25 | - |
| YUV | 222.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 105 | 0.17 | 0 | 0.58 | 0.01 | 77.96 | 0.96 | 0.7 |
| Hex | D0 | FC | 69 | 11 | 0 | 3A | 1 | 4E | 60 | 46 |
| Octal | 320 | 374 | 151 | 21 | 0 | 72 | 1 | 116 | 140 | 106 |
| Binary | 11010000 | 11111100 | 1101001 | 10001 | 0 | 111010 | 1 | 1001110 | 1100000 | 1000110 |
Color Harmonies of #D0FC69
Complementary color
Monochromatic Colors of #D0FC69
Black with #D0FC69
Text Example
Text Example
White with #D0FC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC69; }
p { color: rgb(208,252,105); }
H1.HeaderClassName
{
color: #D0FC69;
}
.AnyTagClassName
{
color: #D0FC69;
}
</style>
background-color css
<style>
a { background-color: #D0FC69; }
a { background-color: rgb(208,252,105); }
div.DivClassName
{
background-color: #D0FC69;
}
.BgClassName
{
background-color: #D0FC69;
}
</style>
border-color css
<style>
span { border-color: #D0FC69; }
span { border-color: rgb(208,252,105); }
td.TdClassName
{
border-color: #D0FC69;
}
.TagClassName
{
border-color: #D0FC69;
}
</style>