Shades of Mindaro #D8FE5C
Tints of Mindaro #D8FE5C
RGB
CMYK
RGB Variations
Color information
#D8FE5C (or 0xD8FE5C) is known color: Mindaro. HEX triplet: D8, FE and 5C. RGB value is (216,254,92). Sum of RGB (Red+Green+Blue) = 216+254+92=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FE5C is #2701A3. Grayscale: #E0E0E0. Windows color (decimal): -2556324 or 6094552. OLE color: 6094552.
HSL color Cylindrical-coordinate representation of color #D8FE5C: hue angle of 74.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8FE5C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 92 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.00 |
| HSL | 74.07º | 0.99% | 0.68% | - |
| HSV(B) | 74.07º | 0.64% | 1% | - |
| XYZ | 65.69 | 86.26 | 23.31 | - |
| YUV | 224.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 92 | 0.15 | 0 | 0.64 | 0.00 | 74.07 | 0.99 | 0.68 |
| Hex | D8 | FE | 5C | F | 0 | 40 | 0 | 4A | 63 | 44 |
| Octal | 330 | 376 | 134 | 17 | 0 | 100 | 0 | 112 | 143 | 104 |
| Binary | 11011000 | 11111110 | 1011100 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #D8FE5C
Complementary color
Monochromatic Colors of #D8FE5C
Black with #D8FE5C
Text Example
Text Example
White with #D8FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE5C; }
p { color: rgb(216,254,92); }
H1.HeaderClassName
{
color: #D8FE5C;
}
.AnyTagClassName
{
color: #D8FE5C;
}
</style>
background-color css
<style>
a { background-color: #D8FE5C; }
a { background-color: rgb(216,254,92); }
div.DivClassName
{
background-color: #D8FE5C;
}
.BgClassName
{
background-color: #D8FE5C;
}
</style>
border-color css
<style>
span { border-color: #D8FE5C; }
span { border-color: rgb(216,254,92); }
td.TdClassName
{
border-color: #D8FE5C;
}
.TagClassName
{
border-color: #D8FE5C;
}
</style>