Shades of Mindaro #D8FC67
Tints of Mindaro #D8FC67
RGB
CMYK
RGB Variations
Color information
#D8FC67 (or 0xD8FC67) is known color: Mindaro. HEX triplet: D8, FC and 67. RGB value is (216,252,103). Sum of RGB (Red+Green+Blue) = 216+252+103=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FC67 is #270398. Grayscale: #E0E0E0. Windows color (decimal): -2556825 or 6814936. OLE color: 6814936.
HSL color Cylindrical-coordinate representation of color #D8FC67: hue angle of 74.5º 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 #D8FC67 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 103 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.01 |
| HSL | 74.5º | 0.96% | 0.7% | - |
| HSV(B) | 74.5º | 0.59% | 0.99% | - |
| XYZ | 65.58 | 85.2 | 25.82 | - |
| YUV | 224.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 103 | 0.14 | 0 | 0.59 | 0.01 | 74.5 | 0.96 | 0.7 |
| Hex | D8 | FC | 67 | E | 0 | 3B | 1 | 4A | 60 | 46 |
| Octal | 330 | 374 | 147 | 16 | 0 | 73 | 1 | 112 | 140 | 106 |
| Binary | 11011000 | 11111100 | 1100111 | 1110 | 0 | 111011 | 1 | 1001010 | 1100000 | 1000110 |
Color Harmonies of #D8FC67
Complementary color
Monochromatic Colors of #D8FC67
Black with #D8FC67
Text Example
Text Example
White with #D8FC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC67; }
p { color: rgb(216,252,103); }
H1.HeaderClassName
{
color: #D8FC67;
}
.AnyTagClassName
{
color: #D8FC67;
}
</style>
background-color css
<style>
a { background-color: #D8FC67; }
a { background-color: rgb(216,252,103); }
div.DivClassName
{
background-color: #D8FC67;
}
.BgClassName
{
background-color: #D8FC67;
}
</style>
border-color css
<style>
span { border-color: #D8FC67; }
span { border-color: rgb(216,252,103); }
td.TdClassName
{
border-color: #D8FC67;
}
.TagClassName
{
border-color: #D8FC67;
}
</style>