Shades of Mindaro #D8F255
Tints of Mindaro #D8F255
RGB
CMYK
RGB Variations
Color information
#D8F255 (or 0xD8F255) is known color: Mindaro. HEX triplet: D8, F2 and 55. RGB value is (216,242,85). Sum of RGB (Red+Green+Blue) = 216+242+85=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F255 is #270DAA. Grayscale: #D8D8D8. Windows color (decimal): -2559403 or 5632728. OLE color: 5632728.
HSL color Cylindrical-coordinate representation of color #D8F255: hue angle of 69.94º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8F255 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 85 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.05 |
| HSL | 69.94º | 0.86% | 0.64% | - |
| HSV(B) | 69.94º | 0.65% | 0.95% | - |
| XYZ | 61.71 | 78.76 | 20.54 | - |
| YUV | 216.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 85 | 0.11 | 0 | 0.65 | 0.05 | 69.94 | 0.86 | 0.64 |
| Hex | D8 | F2 | 55 | B | 0 | 41 | 5 | 46 | 56 | 40 |
| Octal | 330 | 362 | 125 | 13 | 0 | 101 | 5 | 106 | 126 | 100 |
| Binary | 11011000 | 11110010 | 1010101 | 1011 | 0 | 1000001 | 101 | 1000110 | 1010110 | 1000000 |
Color Harmonies of #D8F255
Complementary color
Monochromatic Colors of #D8F255
Black with #D8F255
Text Example
Text Example
White with #D8F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F255; }
p { color: rgb(216,242,85); }
H1.HeaderClassName
{
color: #D8F255;
}
.AnyTagClassName
{
color: #D8F255;
}
</style>
background-color css
<style>
a { background-color: #D8F255; }
a { background-color: rgb(216,242,85); }
div.DivClassName
{
background-color: #D8F255;
}
.BgClassName
{
background-color: #D8F255;
}
</style>
border-color css
<style>
span { border-color: #D8F255; }
span { border-color: rgb(216,242,85); }
td.TdClassName
{
border-color: #D8F255;
}
.TagClassName
{
border-color: #D8F255;
}
</style>