Shades of Mindaro #D5F37A
Tints of Mindaro #D5F37A
RGB
CMYK
RGB Variations
Color information
#D5F37A (or 0xD5F37A) is known color: Mindaro. HEX triplet: D5, F3 and 7A. RGB value is (213,243,122). Sum of RGB (Red+Green+Blue) = 213+243+122=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F37A is #2A0C85. Grayscale: #DCDCDC. Windows color (decimal): -2755718 or 8057813. OLE color: 8057813.
HSL color Cylindrical-coordinate representation of color #D5F37A: hue angle of 74.88º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5F37A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 122 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.05 |
| HSL | 74.88º | 0.83% | 0.72% | - |
| HSV(B) | 74.88º | 0.5% | 0.95% | - |
| XYZ | 63 | 79.65 | 30.47 | - |
| YUV | 220.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 122 | 0.12 | 0 | 0.50 | 0.05 | 74.88 | 0.83 | 0.72 |
| Hex | D5 | F3 | 7A | C | 0 | 32 | 5 | 4B | 53 | 48 |
| Octal | 325 | 363 | 172 | 14 | 0 | 62 | 5 | 113 | 123 | 110 |
| Binary | 11010101 | 11110011 | 1111010 | 1100 | 0 | 110010 | 101 | 1001011 | 1010011 | 1001000 |
Color Harmonies of #D5F37A
Complementary color
Monochromatic Colors of #D5F37A
Black with #D5F37A
Text Example
Text Example
White with #D5F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F37A; }
p { color: rgb(213,243,122); }
H1.HeaderClassName
{
color: #D5F37A;
}
.AnyTagClassName
{
color: #D5F37A;
}
</style>
background-color css
<style>
a { background-color: #D5F37A; }
a { background-color: rgb(213,243,122); }
div.DivClassName
{
background-color: #D5F37A;
}
.BgClassName
{
background-color: #D5F37A;
}
</style>
border-color css
<style>
span { border-color: #D5F37A; }
span { border-color: rgb(213,243,122); }
td.TdClassName
{
border-color: #D5F37A;
}
.TagClassName
{
border-color: #D5F37A;
}
</style>