Shades of Mindaro #D7FD5C
Tints of Mindaro #D7FD5C
RGB
CMYK
RGB Variations
Color information
#D7FD5C (or 0xD7FD5C) is known color: Mindaro. HEX triplet: D7, FD and 5C. RGB value is (215,253,92). Sum of RGB (Red+Green+Blue) = 215+253+92=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FD5C is #2802A3. Grayscale: #DFDFDF. Windows color (decimal): -2622116 or 6094295. OLE color: 6094295.
HSL color Cylindrical-coordinate representation of color #D7FD5C: hue angle of 74.16º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7FD5C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 253 | 92 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.01 |
| HSL | 74.16º | 0.98% | 0.68% | - |
| HSV(B) | 74.16º | 0.64% | 0.99% | - |
| XYZ | 65.08 | 85.47 | 23.19 | - |
| YUV | 223.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 253 | 92 | 0.15 | 0 | 0.64 | 0.01 | 74.16 | 0.98 | 0.68 |
| Hex | D7 | FD | 5C | F | 0 | 40 | 1 | 4A | 62 | 44 |
| Octal | 327 | 375 | 134 | 17 | 0 | 100 | 1 | 112 | 142 | 104 |
| Binary | 11010111 | 11111101 | 1011100 | 1111 | 0 | 1000000 | 1 | 1001010 | 1100010 | 1000100 |
Color Harmonies of #D7FD5C
Complementary color
Monochromatic Colors of #D7FD5C
Black with #D7FD5C
Text Example
Text Example
White with #D7FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FD5C; }
p { color: rgb(215,253,92); }
H1.HeaderClassName
{
color: #D7FD5C;
}
.AnyTagClassName
{
color: #D7FD5C;
}
</style>
background-color css
<style>
a { background-color: #D7FD5C; }
a { background-color: rgb(215,253,92); }
div.DivClassName
{
background-color: #D7FD5C;
}
.BgClassName
{
background-color: #D7FD5C;
}
</style>
border-color css
<style>
span { border-color: #D7FD5C; }
span { border-color: rgb(215,253,92); }
td.TdClassName
{
border-color: #D7FD5C;
}
.TagClassName
{
border-color: #D7FD5C;
}
</style>