Shades of Mindaro #D5FF60
Tints of Mindaro #D5FF60
RGB
CMYK
RGB Variations
Color information
#D5FF60 (or 0xD5FF60) is known color: Mindaro. HEX triplet: D5, FF and 60. RGB value is (213,255,96). Sum of RGB (Red+Green+Blue) = 213+255+96=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF60 is #2A009F. Grayscale: #E0E0E0. Windows color (decimal): -2752672 or 6356949. OLE color: 6356949.
HSL color Cylindrical-coordinate representation of color #D5FF60: hue angle of 75.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5FF60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0 |
| HSL | 75.85º | 1% | 0.69% | - |
| HSV(B) | 75.85º | 0.62% | 1% | - |
| XYZ | 65.31 | 86.51 | 24.32 | - |
| YUV | 224.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 96 | 0.16 | 0 | 0.62 | 0 | 75.85 | 1 | 0.69 |
| Hex | D5 | FF | 60 | 10 | 0 | 3E | 0 | 4C | 64 | 45 |
| Octal | 325 | 377 | 140 | 20 | 0 | 76 | 0 | 114 | 144 | 105 |
| Binary | 11010101 | 11111111 | 1100000 | 10000 | 0 | 111110 | 0 | 1001100 | 1100100 | 1000101 |
Color Harmonies of #D5FF60
Complementary color
Monochromatic Colors of #D5FF60
Black with #D5FF60
Text Example
Text Example
White with #D5FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF60; }
p { color: rgb(213,255,96); }
H1.HeaderClassName
{
color: #D5FF60;
}
.AnyTagClassName
{
color: #D5FF60;
}
</style>
background-color css
<style>
a { background-color: #D5FF60; }
a { background-color: rgb(213,255,96); }
div.DivClassName
{
background-color: #D5FF60;
}
.BgClassName
{
background-color: #D5FF60;
}
</style>
border-color css
<style>
span { border-color: #D5FF60; }
span { border-color: rgb(213,255,96); }
td.TdClassName
{
border-color: #D5FF60;
}
.TagClassName
{
border-color: #D5FF60;
}
</style>