Shades of Mindaro #D9FF5C
Tints of Mindaro #D9FF5C
RGB
CMYK
RGB Variations
Color information
#D9FF5C (or 0xD9FF5C) is known color: Mindaro. HEX triplet: D9, FF and 5C. RGB value is (217,255,92). Sum of RGB (Red+Green+Blue) = 217+255+92=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF5C is #2600A3. Grayscale: #E1E1E1. Windows color (decimal): -2490532 or 6094809. OLE color: 6094809.
HSL color Cylindrical-coordinate representation of color #D9FF5C: hue angle of 73.99º 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 #D9FF5C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 92 | - |
| CMYK | 0.15 | 0 | 0.64 | 0 |
| HSL | 73.99º | 1% | 0.68% | - |
| HSV(B) | 73.99º | 0.64% | 1% | - |
| XYZ | 66.31 | 87.04 | 23.43 | - |
| YUV | 225.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 92 | 0.15 | 0 | 0.64 | 0 | 73.99 | 1 | 0.68 |
| Hex | D9 | FF | 5C | F | 0 | 40 | 0 | 4A | 64 | 44 |
| Octal | 331 | 377 | 134 | 17 | 0 | 100 | 0 | 112 | 144 | 104 |
| Binary | 11011001 | 11111111 | 1011100 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100100 | 1000100 |
Color Harmonies of #D9FF5C
Complementary color
Monochromatic Colors of #D9FF5C
Black with #D9FF5C
Text Example
Text Example
White with #D9FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF5C; }
p { color: rgb(217,255,92); }
H1.HeaderClassName
{
color: #D9FF5C;
}
.AnyTagClassName
{
color: #D9FF5C;
}
</style>
background-color css
<style>
a { background-color: #D9FF5C; }
a { background-color: rgb(217,255,92); }
div.DivClassName
{
background-color: #D9FF5C;
}
.BgClassName
{
background-color: #D9FF5C;
}
</style>
border-color css
<style>
span { border-color: #D9FF5C; }
span { border-color: rgb(217,255,92); }
td.TdClassName
{
border-color: #D9FF5C;
}
.TagClassName
{
border-color: #D9FF5C;
}
</style>