Shades of Mindaro #D8F354
Tints of Mindaro #D8F354
RGB
CMYK
RGB Variations
Color information
#D8F354 (or 0xD8F354) is known color: Mindaro. HEX triplet: D8, F3 and 54. RGB value is (216,243,84). Sum of RGB (Red+Green+Blue) = 216+243+84=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F354 is #270CAB. Grayscale: #D9D9D9. Windows color (decimal): -2559148 or 5567448. OLE color: 5567448.
HSL color Cylindrical-coordinate representation of color #D8F354: hue angle of 70.19º degrees, saturation: 0.87, 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 #D8F354 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 84 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.05 |
| HSL | 70.19º | 0.87% | 0.64% | - |
| HSV(B) | 70.19º | 0.65% | 0.95% | - |
| XYZ | 61.97 | 79.34 | 20.44 | - |
| YUV | 216.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 84 | 0.11 | 0 | 0.65 | 0.05 | 70.19 | 0.87 | 0.64 |
| Hex | D8 | F3 | 54 | B | 0 | 41 | 5 | 46 | 57 | 40 |
| Octal | 330 | 363 | 124 | 13 | 0 | 101 | 5 | 106 | 127 | 100 |
| Binary | 11011000 | 11110011 | 1010100 | 1011 | 0 | 1000001 | 101 | 1000110 | 1010111 | 1000000 |
Color Harmonies of #D8F354
Complementary color
Monochromatic Colors of #D8F354
Black with #D8F354
Text Example
Text Example
White with #D8F354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F354; }
p { color: rgb(216,243,84); }
H1.HeaderClassName
{
color: #D8F354;
}
.AnyTagClassName
{
color: #D8F354;
}
</style>
background-color css
<style>
a { background-color: #D8F354; }
a { background-color: rgb(216,243,84); }
div.DivClassName
{
background-color: #D8F354;
}
.BgClassName
{
background-color: #D8F354;
}
</style>
border-color css
<style>
span { border-color: #D8F354; }
span { border-color: rgb(216,243,84); }
td.TdClassName
{
border-color: #D8F354;
}
.TagClassName
{
border-color: #D8F354;
}
</style>