Shades of Mindaro #D5F75C
Tints of Mindaro #D5F75C
RGB
CMYK
RGB Variations
Color information
#D5F75C (or 0xD5F75C) is known color: Mindaro. HEX triplet: D5, F7 and 5C. RGB value is (213,247,92). Sum of RGB (Red+Green+Blue) = 213+247+92=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F75C is #2A08A3. Grayscale: #DBDBDB. Windows color (decimal): -2754724 or 6092757. OLE color: 6092757.
HSL color Cylindrical-coordinate representation of color #D5F75C: hue angle of 73.16º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5F75C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 247 | 92 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.03 |
| HSL | 73.16º | 0.91% | 0.66% | - |
| HSV(B) | 73.16º | 0.63% | 0.97% | - |
| XYZ | 62.63 | 81.44 | 22.54 | - |
| YUV | 219.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 247 | 92 | 0.14 | 0 | 0.63 | 0.03 | 73.16 | 0.91 | 0.66 |
| Hex | D5 | F7 | 5C | E | 0 | 3F | 3 | 49 | 5B | 42 |
| Octal | 325 | 367 | 134 | 16 | 0 | 77 | 3 | 111 | 133 | 102 |
| Binary | 11010101 | 11110111 | 1011100 | 1110 | 0 | 111111 | 11 | 1001001 | 1011011 | 1000010 |
Color Harmonies of #D5F75C
Complementary color
Monochromatic Colors of #D5F75C
Black with #D5F75C
Text Example
Text Example
White with #D5F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F75C; }
p { color: rgb(213,247,92); }
H1.HeaderClassName
{
color: #D5F75C;
}
.AnyTagClassName
{
color: #D5F75C;
}
</style>
background-color css
<style>
a { background-color: #D5F75C; }
a { background-color: rgb(213,247,92); }
div.DivClassName
{
background-color: #D5F75C;
}
.BgClassName
{
background-color: #D5F75C;
}
</style>
border-color css
<style>
span { border-color: #D5F75C; }
span { border-color: rgb(213,247,92); }
td.TdClassName
{
border-color: #D5F75C;
}
.TagClassName
{
border-color: #D5F75C;
}
</style>