Shades of Mindaro #D7F375
Tints of Mindaro #D7F375
RGB
CMYK
RGB Variations
Color information
#D7F375 (or 0xD7F375) is known color: Mindaro. HEX triplet: D7, F3 and 75. RGB value is (215,243,117). Sum of RGB (Red+Green+Blue) = 215+243+117=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F375 is #280C8A. Grayscale: #DCDCDC. Windows color (decimal): -2624651 or 7730135. OLE color: 7730135.
HSL color Cylindrical-coordinate representation of color #D7F375: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7F375 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 117 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.05 |
| HSL | 73.33º | 0.84% | 0.71% | - |
| HSV(B) | 73.33º | 0.52% | 0.95% | - |
| XYZ | 63.29 | 79.83 | 28.9 | - |
| YUV | 220.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 117 | 0.12 | 0 | 0.52 | 0.05 | 73.33 | 0.84 | 0.71 |
| Hex | D7 | F3 | 75 | C | 0 | 34 | 5 | 49 | 54 | 47 |
| Octal | 327 | 363 | 165 | 14 | 0 | 64 | 5 | 111 | 124 | 107 |
| Binary | 11010111 | 11110011 | 1110101 | 1100 | 0 | 110100 | 101 | 1001001 | 1010100 | 1000111 |
Color Harmonies of #D7F375
Complementary color
Monochromatic Colors of #D7F375
Black with #D7F375
Text Example
Text Example
White with #D7F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F375; }
p { color: rgb(215,243,117); }
H1.HeaderClassName
{
color: #D7F375;
}
.AnyTagClassName
{
color: #D7F375;
}
</style>
background-color css
<style>
a { background-color: #D7F375; }
a { background-color: rgb(215,243,117); }
div.DivClassName
{
background-color: #D7F375;
}
.BgClassName
{
background-color: #D7F375;
}
</style>
border-color css
<style>
span { border-color: #D7F375; }
span { border-color: rgb(215,243,117); }
td.TdClassName
{
border-color: #D7F375;
}
.TagClassName
{
border-color: #D7F375;
}
</style>