Shades of Mindaro #D5FC50
Tints of Mindaro #D5FC50
RGB
CMYK
RGB Variations
Color information
#D5FC50 (or 0xD5FC50) is known color: Mindaro. HEX triplet: D5, FC and 50. RGB value is (213,252,80). Sum of RGB (Red+Green+Blue) = 213+252+80=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC50 is #2A03AF. Grayscale: #DDDDDD. Windows color (decimal): -2753456 or 5307605. OLE color: 5307605.
HSL color Cylindrical-coordinate representation of color #D5FC50: hue angle of 73.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5FC50 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 80 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.01 |
| HSL | 73.6º | 0.97% | 0.65% | - |
| HSV(B) | 73.6º | 0.68% | 0.99% | - |
| XYZ | 63.7 | 84.35 | 20.51 | - |
| YUV | 220.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 80 | 0.15 | 0 | 0.68 | 0.01 | 73.6 | 0.97 | 0.65 |
| Hex | D5 | FC | 50 | F | 0 | 44 | 1 | 4A | 61 | 41 |
| Octal | 325 | 374 | 120 | 17 | 0 | 104 | 1 | 112 | 141 | 101 |
| Binary | 11010101 | 11111100 | 1010000 | 1111 | 0 | 1000100 | 1 | 1001010 | 1100001 | 1000001 |
Color Harmonies of #D5FC50
Complementary color
Monochromatic Colors of #D5FC50
Black with #D5FC50
Text Example
Text Example
White with #D5FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC50; }
p { color: rgb(213,252,80); }
H1.HeaderClassName
{
color: #D5FC50;
}
.AnyTagClassName
{
color: #D5FC50;
}
</style>
background-color css
<style>
a { background-color: #D5FC50; }
a { background-color: rgb(213,252,80); }
div.DivClassName
{
background-color: #D5FC50;
}
.BgClassName
{
background-color: #D5FC50;
}
</style>
border-color css
<style>
span { border-color: #D5FC50; }
span { border-color: rgb(213,252,80); }
td.TdClassName
{
border-color: #D5FC50;
}
.TagClassName
{
border-color: #D5FC50;
}
</style>