Shades of Mindaro #D5F963
Tints of Mindaro #D5F963
RGB
CMYK
RGB Variations
Color information
#D5F963 (or 0xD5F963) is known color: Mindaro. HEX triplet: D5, F9 and 63. RGB value is (213,249,99). Sum of RGB (Red+Green+Blue) = 213+249+99=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F963 is #2A069C. Grayscale: #DDDDDD. Windows color (decimal): -2754205 or 6552021. OLE color: 6552021.
HSL color Cylindrical-coordinate representation of color #D5F963: hue angle of 74.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5F963 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 99 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.02 |
| HSL | 74.4º | 0.93% | 0.68% | - |
| HSV(B) | 74.4º | 0.6% | 0.98% | - |
| XYZ | 63.57 | 82.8 | 24.44 | - |
| YUV | 221.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 99 | 0.14 | 0 | 0.60 | 0.02 | 74.4 | 0.93 | 0.68 |
| Hex | D5 | F9 | 63 | E | 0 | 3C | 2 | 4A | 5D | 44 |
| Octal | 325 | 371 | 143 | 16 | 0 | 74 | 2 | 112 | 135 | 104 |
| Binary | 11010101 | 11111001 | 1100011 | 1110 | 0 | 111100 | 10 | 1001010 | 1011101 | 1000100 |
Color Harmonies of #D5F963
Complementary color
Monochromatic Colors of #D5F963
Black with #D5F963
Text Example
Text Example
White with #D5F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F963; }
p { color: rgb(213,249,99); }
H1.HeaderClassName
{
color: #D5F963;
}
.AnyTagClassName
{
color: #D5F963;
}
</style>
background-color css
<style>
a { background-color: #D5F963; }
a { background-color: rgb(213,249,99); }
div.DivClassName
{
background-color: #D5F963;
}
.BgClassName
{
background-color: #D5F963;
}
</style>
border-color css
<style>
span { border-color: #D5F963; }
span { border-color: rgb(213,249,99); }
td.TdClassName
{
border-color: #D5F963;
}
.TagClassName
{
border-color: #D5F963;
}
</style>