Shades of Mindaro #D2FF5C
Tints of Mindaro #D2FF5C
RGB
CMYK
RGB Variations
Color information
#D2FF5C (or 0xD2FF5C) is known color: Mindaro. HEX triplet: D2, FF and 5C. RGB value is (210,255,92). Sum of RGB (Red+Green+Blue) = 210+255+92=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF5C is #2D00A3. Grayscale: #DFDFDF. Windows color (decimal): -2949284 or 6094802. OLE color: 6094802.
HSL color Cylindrical-coordinate representation of color #D2FF5C: hue angle of 76.56º 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 #D2FF5C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 92 | - |
| CMYK | 0.18 | 0 | 0.64 | 0 |
| HSL | 76.56º | 1% | 0.68% | - |
| HSV(B) | 76.56º | 0.64% | 1% | - |
| XYZ | 64.27 | 85.99 | 23.34 | - |
| YUV | 222.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 92 | 0.18 | 0 | 0.64 | 0 | 76.56 | 1 | 0.68 |
| Hex | D2 | FF | 5C | 12 | 0 | 40 | 0 | 4D | 64 | 44 |
| Octal | 322 | 377 | 134 | 22 | 0 | 100 | 0 | 115 | 144 | 104 |
| Binary | 11010010 | 11111111 | 1011100 | 10010 | 0 | 1000000 | 0 | 1001101 | 1100100 | 1000100 |
Color Harmonies of #D2FF5C
Complementary color
Monochromatic Colors of #D2FF5C
Black with #D2FF5C
Text Example
Text Example
White with #D2FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF5C; }
p { color: rgb(210,255,92); }
H1.HeaderClassName
{
color: #D2FF5C;
}
.AnyTagClassName
{
color: #D2FF5C;
}
</style>
background-color css
<style>
a { background-color: #D2FF5C; }
a { background-color: rgb(210,255,92); }
div.DivClassName
{
background-color: #D2FF5C;
}
.BgClassName
{
background-color: #D2FF5C;
}
</style>
border-color css
<style>
span { border-color: #D2FF5C; }
span { border-color: rgb(210,255,92); }
td.TdClassName
{
border-color: #D2FF5C;
}
.TagClassName
{
border-color: #D2FF5C;
}
</style>