Shades of Mindaro #D5F962
Tints of Mindaro #D5F962
RGB
CMYK
RGB Variations
Color information
#D5F962 (or 0xD5F962) is known color: Mindaro. HEX triplet: D5, F9 and 62. RGB value is (213,249,98). Sum of RGB (Red+Green+Blue) = 213+249+98=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F962 is #2A069D. Grayscale: #DDDDDD. Windows color (decimal): -2754206 or 6486485. OLE color: 6486485.
HSL color Cylindrical-coordinate representation of color #D5F962: hue angle of 74.3º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F962 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 98 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.02 |
| HSL | 74.3º | 0.93% | 0.68% | - |
| HSV(B) | 74.3º | 0.61% | 0.98% | - |
| XYZ | 63.52 | 82.78 | 24.19 | - |
| YUV | 221.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 98 | 0.14 | 0 | 0.61 | 0.02 | 74.3 | 0.93 | 0.68 |
| Hex | D5 | F9 | 62 | E | 0 | 3D | 2 | 4A | 5D | 44 |
| Octal | 325 | 371 | 142 | 16 | 0 | 75 | 2 | 112 | 135 | 104 |
| Binary | 11010101 | 11111001 | 1100010 | 1110 | 0 | 111101 | 10 | 1001010 | 1011101 | 1000100 |
Color Harmonies of #D5F962
Complementary color
Monochromatic Colors of #D5F962
Black with #D5F962
Text Example
Text Example
White with #D5F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F962; }
p { color: rgb(213,249,98); }
H1.HeaderClassName
{
color: #D5F962;
}
.AnyTagClassName
{
color: #D5F962;
}
</style>
background-color css
<style>
a { background-color: #D5F962; }
a { background-color: rgb(213,249,98); }
div.DivClassName
{
background-color: #D5F962;
}
.BgClassName
{
background-color: #D5F962;
}
</style>
border-color css
<style>
span { border-color: #D5F962; }
span { border-color: rgb(213,249,98); }
td.TdClassName
{
border-color: #D5F962;
}
.TagClassName
{
border-color: #D5F962;
}
</style>