Shades of Mindaro #D4FB50
Tints of Mindaro #D4FB50
RGB
CMYK
RGB Variations
Color information
#D4FB50 (or 0xD4FB50) is known color: Mindaro. HEX triplet: D4, FB and 50. RGB value is (212,251,80). Sum of RGB (Red+Green+Blue) = 212+251+80=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB50 is #2B04AF. Grayscale: #DCDCDC. Windows color (decimal): -2819248 or 5307348. OLE color: 5307348.
HSL color Cylindrical-coordinate representation of color #D4FB50: hue angle of 73.68º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4FB50 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 80 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.02 |
| HSL | 73.68º | 0.96% | 0.65% | - |
| HSV(B) | 73.68º | 0.68% | 0.98% | - |
| XYZ | 63.1 | 83.57 | 20.39 | - |
| YUV | 219.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 80 | 0.16 | 0 | 0.68 | 0.02 | 73.68 | 0.96 | 0.65 |
| Hex | D4 | FB | 50 | 10 | 0 | 44 | 2 | 4A | 60 | 41 |
| Octal | 324 | 373 | 120 | 20 | 0 | 104 | 2 | 112 | 140 | 101 |
| Binary | 11010100 | 11111011 | 1010000 | 10000 | 0 | 1000100 | 10 | 1001010 | 1100000 | 1000001 |
Color Harmonies of #D4FB50
Complementary color
Monochromatic Colors of #D4FB50
Black with #D4FB50
Text Example
Text Example
White with #D4FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB50; }
p { color: rgb(212,251,80); }
H1.HeaderClassName
{
color: #D4FB50;
}
.AnyTagClassName
{
color: #D4FB50;
}
</style>
background-color css
<style>
a { background-color: #D4FB50; }
a { background-color: rgb(212,251,80); }
div.DivClassName
{
background-color: #D4FB50;
}
.BgClassName
{
background-color: #D4FB50;
}
</style>
border-color css
<style>
span { border-color: #D4FB50; }
span { border-color: rgb(212,251,80); }
td.TdClassName
{
border-color: #D4FB50;
}
.TagClassName
{
border-color: #D4FB50;
}
</style>