Shades of Mindaro #D3FF5C
Tints of Mindaro #D3FF5C
RGB
CMYK
RGB Variations
Color information
#D3FF5C (or 0xD3FF5C) is known color: Mindaro. HEX triplet: D3, FF and 5C. RGB value is (211,255,92). Sum of RGB (Red+Green+Blue) = 211+255+92=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF5C is #2C00A3. Grayscale: #DFDFDF. Windows color (decimal): -2883748 or 6094803. OLE color: 6094803.
HSL color Cylindrical-coordinate representation of color #D3FF5C: hue angle of 76.2º 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 #D3FF5C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 92 | - |
| CMYK | 0.17 | 0 | 0.64 | 0 |
| HSL | 76.2º | 1% | 0.68% | - |
| HSV(B) | 76.2º | 0.64% | 1% | - |
| XYZ | 64.56 | 86.14 | 23.35 | - |
| YUV | 223.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 92 | 0.17 | 0 | 0.64 | 0 | 76.2 | 1 | 0.68 |
| Hex | D3 | FF | 5C | 11 | 0 | 40 | 0 | 4C | 64 | 44 |
| Octal | 323 | 377 | 134 | 21 | 0 | 100 | 0 | 114 | 144 | 104 |
| Binary | 11010011 | 11111111 | 1011100 | 10001 | 0 | 1000000 | 0 | 1001100 | 1100100 | 1000100 |
Color Harmonies of #D3FF5C
Complementary color
Monochromatic Colors of #D3FF5C
Black with #D3FF5C
Text Example
Text Example
White with #D3FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF5C; }
p { color: rgb(211,255,92); }
H1.HeaderClassName
{
color: #D3FF5C;
}
.AnyTagClassName
{
color: #D3FF5C;
}
</style>
background-color css
<style>
a { background-color: #D3FF5C; }
a { background-color: rgb(211,255,92); }
div.DivClassName
{
background-color: #D3FF5C;
}
.BgClassName
{
background-color: #D3FF5C;
}
</style>
border-color css
<style>
span { border-color: #D3FF5C; }
span { border-color: rgb(211,255,92); }
td.TdClassName
{
border-color: #D3FF5C;
}
.TagClassName
{
border-color: #D3FF5C;
}
</style>