Shades of Mindaro #D5F965
Tints of Mindaro #D5F965
RGB
CMYK
RGB Variations
Color information
#D5F965 (or 0xD5F965) is known color: Mindaro. HEX triplet: D5, F9 and 65. RGB value is (213,249,101). Sum of RGB (Red+Green+Blue) = 213+249+101=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F965 is #2A069A. Grayscale: #DDDDDD. Windows color (decimal): -2754203 or 6683093. OLE color: 6683093.
HSL color Cylindrical-coordinate representation of color #D5F965: hue angle of 74.59º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5F965 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 101 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.02 |
| HSL | 74.59º | 0.93% | 0.69% | - |
| HSV(B) | 74.59º | 0.59% | 0.98% | - |
| XYZ | 63.67 | 82.84 | 24.95 | - |
| YUV | 221.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 101 | 0.14 | 0 | 0.59 | 0.02 | 74.59 | 0.93 | 0.69 |
| Hex | D5 | F9 | 65 | E | 0 | 3B | 2 | 4B | 5C | 45 |
| Octal | 325 | 371 | 145 | 16 | 0 | 73 | 2 | 113 | 134 | 105 |
| Binary | 11010101 | 11111001 | 1100101 | 1110 | 0 | 111011 | 10 | 1001011 | 1011100 | 1000101 |
Color Harmonies of #D5F965
Complementary color
Monochromatic Colors of #D5F965
Black with #D5F965
Text Example
Text Example
White with #D5F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F965; }
p { color: rgb(213,249,101); }
H1.HeaderClassName
{
color: #D5F965;
}
.AnyTagClassName
{
color: #D5F965;
}
</style>
background-color css
<style>
a { background-color: #D5F965; }
a { background-color: rgb(213,249,101); }
div.DivClassName
{
background-color: #D5F965;
}
.BgClassName
{
background-color: #D5F965;
}
</style>
border-color css
<style>
span { border-color: #D5F965; }
span { border-color: rgb(213,249,101); }
td.TdClassName
{
border-color: #D5F965;
}
.TagClassName
{
border-color: #D5F965;
}
</style>