Shades of Mindaro #D7FA68
Tints of Mindaro #D7FA68
RGB
CMYK
RGB Variations
Color information
#D7FA68 (or 0xD7FA68) is known color: Mindaro. HEX triplet: D7, FA and 68. RGB value is (215,250,104). Sum of RGB (Red+Green+Blue) = 215+250+104=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FA68 is #280597. Grayscale: #DFDFDF. Windows color (decimal): -2622872 or 6879959. OLE color: 6879959.
HSL color Cylindrical-coordinate representation of color #D7FA68: hue angle of 74.38º degrees, saturation: 0.94, 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 #D7FA68 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 104 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.02 |
| HSL | 74.38º | 0.94% | 0.69% | - |
| HSV(B) | 74.38º | 0.58% | 0.98% | - |
| XYZ | 64.71 | 83.82 | 25.86 | - |
| YUV | 222.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 104 | 0.14 | 0 | 0.58 | 0.02 | 74.38 | 0.94 | 0.69 |
| Hex | D7 | FA | 68 | E | 0 | 3A | 2 | 4A | 5E | 45 |
| Octal | 327 | 372 | 150 | 16 | 0 | 72 | 2 | 112 | 136 | 105 |
| Binary | 11010111 | 11111010 | 1101000 | 1110 | 0 | 111010 | 10 | 1001010 | 1011110 | 1000101 |
Color Harmonies of #D7FA68
Complementary color
Monochromatic Colors of #D7FA68
Black with #D7FA68
Text Example
Text Example
White with #D7FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA68; }
p { color: rgb(215,250,104); }
H1.HeaderClassName
{
color: #D7FA68;
}
.AnyTagClassName
{
color: #D7FA68;
}
</style>
background-color css
<style>
a { background-color: #D7FA68; }
a { background-color: rgb(215,250,104); }
div.DivClassName
{
background-color: #D7FA68;
}
.BgClassName
{
background-color: #D7FA68;
}
</style>
border-color css
<style>
span { border-color: #D7FA68; }
span { border-color: rgb(215,250,104); }
td.TdClassName
{
border-color: #D7FA68;
}
.TagClassName
{
border-color: #D7FA68;
}
</style>