Shades of Mindaro #D4FB5B
Tints of Mindaro #D4FB5B
RGB
CMYK
RGB Variations
Color information
#D4FB5B (or 0xD4FB5B) is known color: Mindaro. HEX triplet: D4, FB and 5B. RGB value is (212,251,91). Sum of RGB (Red+Green+Blue) = 212+251+91=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB5B is #2B04A4. Grayscale: #DDDDDD. Windows color (decimal): -2819237 or 6028244. OLE color: 6028244.
HSL color Cylindrical-coordinate representation of color #D4FB5B: hue angle of 74.62º degrees, saturation: 0.95, 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 #D4FB5B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 91 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.02 |
| HSL | 74.63º | 0.95% | 0.67% | - |
| HSV(B) | 74.63º | 0.64% | 0.98% | - |
| XYZ | 63.54 | 83.75 | 22.71 | - |
| YUV | 221.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 91 | 0.16 | 0 | 0.64 | 0.02 | 74.63 | 0.95 | 0.67 |
| Hex | D4 | FB | 5B | 10 | 0 | 40 | 2 | 4B | 5F | 43 |
| Octal | 324 | 373 | 133 | 20 | 0 | 100 | 2 | 113 | 137 | 103 |
| Binary | 11010100 | 11111011 | 1011011 | 10000 | 0 | 1000000 | 10 | 1001011 | 1011111 | 1000011 |
Color Harmonies of #D4FB5B
Complementary color
Monochromatic Colors of #D4FB5B
Black with #D4FB5B
Text Example
Text Example
White with #D4FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB5B; }
p { color: rgb(212,251,91); }
H1.HeaderClassName
{
color: #D4FB5B;
}
.AnyTagClassName
{
color: #D4FB5B;
}
</style>
background-color css
<style>
a { background-color: #D4FB5B; }
a { background-color: rgb(212,251,91); }
div.DivClassName
{
background-color: #D4FB5B;
}
.BgClassName
{
background-color: #D4FB5B;
}
</style>
border-color css
<style>
span { border-color: #D4FB5B; }
span { border-color: rgb(212,251,91); }
td.TdClassName
{
border-color: #D4FB5B;
}
.TagClassName
{
border-color: #D4FB5B;
}
</style>