Shades of Mindaro #D5FA5B
Tints of Mindaro #D5FA5B
RGB
CMYK
RGB Variations
Color information
#D5FA5B (or 0xD5FA5B) is known color: Mindaro. HEX triplet: D5, FA and 5B. RGB value is (213,250,91). Sum of RGB (Red+Green+Blue) = 213+250+91=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA5B is #2A05A4. Grayscale: #DDDDDD. Windows color (decimal): -2753957 or 6027989. OLE color: 6027989.
HSL color Cylindrical-coordinate representation of color #D5FA5B: hue angle of 73.96º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5FA5B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 91 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.02 |
| HSL | 73.96º | 0.94% | 0.67% | - |
| HSV(B) | 73.96º | 0.64% | 0.98% | - |
| XYZ | 63.51 | 83.27 | 22.62 | - |
| YUV | 220.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 91 | 0.15 | 0 | 0.64 | 0.02 | 73.96 | 0.94 | 0.67 |
| Hex | D5 | FA | 5B | F | 0 | 40 | 2 | 4A | 5E | 43 |
| Octal | 325 | 372 | 133 | 17 | 0 | 100 | 2 | 112 | 136 | 103 |
| Binary | 11010101 | 11111010 | 1011011 | 1111 | 0 | 1000000 | 10 | 1001010 | 1011110 | 1000011 |
Color Harmonies of #D5FA5B
Complementary color
Monochromatic Colors of #D5FA5B
Black with #D5FA5B
Text Example
Text Example
White with #D5FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA5B; }
p { color: rgb(213,250,91); }
H1.HeaderClassName
{
color: #D5FA5B;
}
.AnyTagClassName
{
color: #D5FA5B;
}
</style>
background-color css
<style>
a { background-color: #D5FA5B; }
a { background-color: rgb(213,250,91); }
div.DivClassName
{
background-color: #D5FA5B;
}
.BgClassName
{
background-color: #D5FA5B;
}
</style>
border-color css
<style>
span { border-color: #D5FA5B; }
span { border-color: rgb(213,250,91); }
td.TdClassName
{
border-color: #D5FA5B;
}
.TagClassName
{
border-color: #D5FA5B;
}
</style>