Shades of Mindaro #D5F968
Tints of Mindaro #D5F968
RGB
CMYK
RGB Variations
Color information
#D5F968 (or 0xD5F968) is known color: Mindaro. HEX triplet: D5, F9 and 68. RGB value is (213,249,104). Sum of RGB (Red+Green+Blue) = 213+249+104=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F968 is #2A0697. Grayscale: #DEDEDE. Windows color (decimal): -2754200 or 6879701. OLE color: 6879701.
HSL color Cylindrical-coordinate representation of color #D5F968: hue angle of 74.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5F968 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 104 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.02 |
| HSL | 74.9º | 0.92% | 0.69% | - |
| HSV(B) | 74.9º | 0.58% | 0.98% | - |
| XYZ | 63.81 | 82.9 | 25.73 | - |
| YUV | 221.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 104 | 0.14 | 0 | 0.58 | 0.02 | 74.9 | 0.92 | 0.69 |
| Hex | D5 | F9 | 68 | E | 0 | 3A | 2 | 4B | 5C | 45 |
| Octal | 325 | 371 | 150 | 16 | 0 | 72 | 2 | 113 | 134 | 105 |
| Binary | 11010101 | 11111001 | 1101000 | 1110 | 0 | 111010 | 10 | 1001011 | 1011100 | 1000101 |
Color Harmonies of #D5F968
Complementary color
Monochromatic Colors of #D5F968
Black with #D5F968
Text Example
Text Example
White with #D5F968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F968; }
p { color: rgb(213,249,104); }
H1.HeaderClassName
{
color: #D5F968;
}
.AnyTagClassName
{
color: #D5F968;
}
</style>
background-color css
<style>
a { background-color: #D5F968; }
a { background-color: rgb(213,249,104); }
div.DivClassName
{
background-color: #D5F968;
}
.BgClassName
{
background-color: #D5F968;
}
</style>
border-color css
<style>
span { border-color: #D5F968; }
span { border-color: rgb(213,249,104); }
td.TdClassName
{
border-color: #D5F968;
}
.TagClassName
{
border-color: #D5F968;
}
</style>