Shades of Mindaro #D4FB52
Tints of Mindaro #D4FB52
RGB
CMYK
RGB Variations
Color information
#D4FB52 (or 0xD4FB52) is known color: Mindaro. HEX triplet: D4, FB and 52. RGB value is (212,251,82). Sum of RGB (Red+Green+Blue) = 212+251+82=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB52 is #2B04AD. Grayscale: #DCDCDC. Windows color (decimal): -2819246 or 5438420. OLE color: 5438420.
HSL color Cylindrical-coordinate representation of color #D4FB52: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4FB52 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 82 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.02 |
| HSL | 73.85º | 0.95% | 0.65% | - |
| HSV(B) | 73.85º | 0.67% | 0.98% | - |
| XYZ | 63.17 | 83.6 | 20.79 | - |
| YUV | 220.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 82 | 0.16 | 0 | 0.67 | 0.02 | 73.85 | 0.95 | 0.65 |
| Hex | D4 | FB | 52 | 10 | 0 | 43 | 2 | 4A | 5F | 41 |
| Octal | 324 | 373 | 122 | 20 | 0 | 103 | 2 | 112 | 137 | 101 |
| Binary | 11010100 | 11111011 | 1010010 | 10000 | 0 | 1000011 | 10 | 1001010 | 1011111 | 1000001 |
Color Harmonies of #D4FB52
Complementary color
Monochromatic Colors of #D4FB52
Black with #D4FB52
Text Example
Text Example
White with #D4FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB52; }
p { color: rgb(212,251,82); }
H1.HeaderClassName
{
color: #D4FB52;
}
.AnyTagClassName
{
color: #D4FB52;
}
</style>
background-color css
<style>
a { background-color: #D4FB52; }
a { background-color: rgb(212,251,82); }
div.DivClassName
{
background-color: #D4FB52;
}
.BgClassName
{
background-color: #D4FB52;
}
</style>
border-color css
<style>
span { border-color: #D4FB52; }
span { border-color: rgb(212,251,82); }
td.TdClassName
{
border-color: #D4FB52;
}
.TagClassName
{
border-color: #D4FB52;
}
</style>