Shades of Mindaro #D0FC68
Tints of Mindaro #D0FC68
RGB
CMYK
RGB Variations
Color information
#D0FC68 (or 0xD0FC68) is known color: Mindaro. HEX triplet: D0, FC and 68. RGB value is (208,252,104). Sum of RGB (Red+Green+Blue) = 208+252+104=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC68 is #2F0397. Grayscale: #DEDEDE. Windows color (decimal): -3081112 or 6880464. OLE color: 6880464.
HSL color Cylindrical-coordinate representation of color #D0FC68: hue angle of 77.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0FC68 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 104 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.01 |
| HSL | 77.84º | 0.96% | 0.7% | - |
| HSV(B) | 77.84º | 0.59% | 0.99% | - |
| XYZ | 63.32 | 84.03 | 25.98 | - |
| YUV | 221.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 104 | 0.17 | 0 | 0.59 | 0.01 | 77.84 | 0.96 | 0.7 |
| Hex | D0 | FC | 68 | 11 | 0 | 3B | 1 | 4E | 60 | 46 |
| Octal | 320 | 374 | 150 | 21 | 0 | 73 | 1 | 116 | 140 | 106 |
| Binary | 11010000 | 11111100 | 1101000 | 10001 | 0 | 111011 | 1 | 1001110 | 1100000 | 1000110 |
Color Harmonies of #D0FC68
Complementary color
Monochromatic Colors of #D0FC68
Black with #D0FC68
Text Example
Text Example
White with #D0FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC68; }
p { color: rgb(208,252,104); }
H1.HeaderClassName
{
color: #D0FC68;
}
.AnyTagClassName
{
color: #D0FC68;
}
</style>
background-color css
<style>
a { background-color: #D0FC68; }
a { background-color: rgb(208,252,104); }
div.DivClassName
{
background-color: #D0FC68;
}
.BgClassName
{
background-color: #D0FC68;
}
</style>
border-color css
<style>
span { border-color: #D0FC68; }
span { border-color: rgb(208,252,104); }
td.TdClassName
{
border-color: #D0FC68;
}
.TagClassName
{
border-color: #D0FC68;
}
</style>