Shades of Mindaro #D8FF5D
Tints of Mindaro #D8FF5D
RGB
CMYK
RGB Variations
Color information
#D8FF5D (or 0xD8FF5D) is known color: Mindaro. HEX triplet: D8, FF and 5D. RGB value is (216,255,93). Sum of RGB (Red+Green+Blue) = 216+255+93=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF5D is #2700A2. Grayscale: #E1E1E1. Windows color (decimal): -2556067 or 6160344. OLE color: 6160344.
HSL color Cylindrical-coordinate representation of color #D8FF5D: hue angle of 74.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8FF5D is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 93 | - |
| CMYK | 0.15 | 0 | 0.64 | 0 |
| HSL | 74.44º | 1% | 0.68% | - |
| HSV(B) | 74.44º | 0.64% | 1% | - |
| XYZ | 66.05 | 86.91 | 23.65 | - |
| YUV | 224.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 93 | 0.15 | 0 | 0.64 | 0 | 74.44 | 1 | 0.68 |
| Hex | D8 | FF | 5D | F | 0 | 40 | 0 | 4A | 64 | 44 |
| Octal | 330 | 377 | 135 | 17 | 0 | 100 | 0 | 112 | 144 | 104 |
| Binary | 11011000 | 11111111 | 1011101 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100100 | 1000100 |
Color Harmonies of #D8FF5D
Complementary color
Monochromatic Colors of #D8FF5D
Black with #D8FF5D
Text Example
Text Example
White with #D8FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF5D; }
p { color: rgb(216,255,93); }
H1.HeaderClassName
{
color: #D8FF5D;
}
.AnyTagClassName
{
color: #D8FF5D;
}
</style>
background-color css
<style>
a { background-color: #D8FF5D; }
a { background-color: rgb(216,255,93); }
div.DivClassName
{
background-color: #D8FF5D;
}
.BgClassName
{
background-color: #D8FF5D;
}
</style>
border-color css
<style>
span { border-color: #D8FF5D; }
span { border-color: rgb(216,255,93); }
td.TdClassName
{
border-color: #D8FF5D;
}
.TagClassName
{
border-color: #D8FF5D;
}
</style>