Shades of Mindaro #D5F37B
Tints of Mindaro #D5F37B
RGB
CMYK
RGB Variations
Color information
#D5F37B (or 0xD5F37B) is known color: Mindaro. HEX triplet: D5, F3 and 7B. RGB value is (213,243,123). Sum of RGB (Red+Green+Blue) = 213+243+123=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F37B is #2A0C84. Grayscale: #DCDCDC. Windows color (decimal): -2755717 or 8123349. OLE color: 8123349.
HSL color Cylindrical-coordinate representation of color #D5F37B: hue angle of 75º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5F37B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 123 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.05 |
| HSL | 75º | 0.83% | 0.72% | - |
| HSV(B) | 75º | 0.49% | 0.95% | - |
| XYZ | 63.07 | 79.68 | 30.79 | - |
| YUV | 220.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 123 | 0.12 | 0 | 0.49 | 0.05 | 75 | 0.83 | 0.72 |
| Hex | D5 | F3 | 7B | C | 0 | 31 | 5 | 4B | 53 | 48 |
| Octal | 325 | 363 | 173 | 14 | 0 | 61 | 5 | 113 | 123 | 110 |
| Binary | 11010101 | 11110011 | 1111011 | 1100 | 0 | 110001 | 101 | 1001011 | 1010011 | 1001000 |
Color Harmonies of #D5F37B
Complementary color
Monochromatic Colors of #D5F37B
Black with #D5F37B
Text Example
Text Example
White with #D5F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F37B; }
p { color: rgb(213,243,123); }
H1.HeaderClassName
{
color: #D5F37B;
}
.AnyTagClassName
{
color: #D5F37B;
}
</style>
background-color css
<style>
a { background-color: #D5F37B; }
a { background-color: rgb(213,243,123); }
div.DivClassName
{
background-color: #D5F37B;
}
.BgClassName
{
background-color: #D5F37B;
}
</style>
border-color css
<style>
span { border-color: #D5F37B; }
span { border-color: rgb(213,243,123); }
td.TdClassName
{
border-color: #D5F37B;
}
.TagClassName
{
border-color: #D5F37B;
}
</style>