Shades of Mindaro #D4FB5D
Tints of Mindaro #D4FB5D
RGB
CMYK
RGB Variations
Color information
#D4FB5D (or 0xD4FB5D) is known color: Mindaro. HEX triplet: D4, FB and 5D. RGB value is (212,251,93). Sum of RGB (Red+Green+Blue) = 212+251+93=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB5D is #2B04A2. Grayscale: #DDDDDD. Windows color (decimal): -2819235 or 6159316. OLE color: 6159316.
HSL color Cylindrical-coordinate representation of color #D4FB5D: hue angle of 74.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4FB5D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 93 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.02 |
| HSL | 74.81º | 0.95% | 0.67% | - |
| HSV(B) | 74.81º | 0.63% | 0.98% | - |
| XYZ | 63.62 | 83.78 | 23.17 | - |
| YUV | 221.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 93 | 0.16 | 0 | 0.63 | 0.02 | 74.81 | 0.95 | 0.67 |
| Hex | D4 | FB | 5D | 10 | 0 | 3F | 2 | 4B | 5F | 43 |
| Octal | 324 | 373 | 135 | 20 | 0 | 77 | 2 | 113 | 137 | 103 |
| Binary | 11010100 | 11111011 | 1011101 | 10000 | 0 | 111111 | 10 | 1001011 | 1011111 | 1000011 |
Color Harmonies of #D4FB5D
Complementary color
Monochromatic Colors of #D4FB5D
Black with #D4FB5D
Text Example
Text Example
White with #D4FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB5D; }
p { color: rgb(212,251,93); }
H1.HeaderClassName
{
color: #D4FB5D;
}
.AnyTagClassName
{
color: #D4FB5D;
}
</style>
background-color css
<style>
a { background-color: #D4FB5D; }
a { background-color: rgb(212,251,93); }
div.DivClassName
{
background-color: #D4FB5D;
}
.BgClassName
{
background-color: #D4FB5D;
}
</style>
border-color css
<style>
span { border-color: #D4FB5D; }
span { border-color: rgb(212,251,93); }
td.TdClassName
{
border-color: #D4FB5D;
}
.TagClassName
{
border-color: #D4FB5D;
}
</style>