Shades of Mindaro #D2FB52
Tints of Mindaro #D2FB52
RGB
CMYK
RGB Variations
Color information
#D2FB52 (or 0xD2FB52) is known color: Mindaro. HEX triplet: D2, FB and 52. RGB value is (210,251,82). Sum of RGB (Red+Green+Blue) = 210+251+82=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB52 is #2D04AD. Grayscale: #DCDCDC. Windows color (decimal): -2950318 or 5438418. OLE color: 5438418.
HSL color Cylindrical-coordinate representation of color #D2FB52: hue angle of 74.56º 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 #D2FB52 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 82 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.02 |
| HSL | 74.56º | 0.95% | 0.65% | - |
| HSV(B) | 74.56º | 0.67% | 0.98% | - |
| XYZ | 62.6 | 83.31 | 20.76 | - |
| YUV | 219.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 82 | 0.16 | 0 | 0.67 | 0.02 | 74.56 | 0.95 | 0.65 |
| Hex | D2 | FB | 52 | 10 | 0 | 43 | 2 | 4B | 5F | 41 |
| Octal | 322 | 373 | 122 | 20 | 0 | 103 | 2 | 113 | 137 | 101 |
| Binary | 11010010 | 11111011 | 1010010 | 10000 | 0 | 1000011 | 10 | 1001011 | 1011111 | 1000001 |
Color Harmonies of #D2FB52
Complementary color
Monochromatic Colors of #D2FB52
Black with #D2FB52
Text Example
Text Example
White with #D2FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB52; }
p { color: rgb(210,251,82); }
H1.HeaderClassName
{
color: #D2FB52;
}
.AnyTagClassName
{
color: #D2FB52;
}
</style>
background-color css
<style>
a { background-color: #D2FB52; }
a { background-color: rgb(210,251,82); }
div.DivClassName
{
background-color: #D2FB52;
}
.BgClassName
{
background-color: #D2FB52;
}
</style>
border-color css
<style>
span { border-color: #D2FB52; }
span { border-color: rgb(210,251,82); }
td.TdClassName
{
border-color: #D2FB52;
}
.TagClassName
{
border-color: #D2FB52;
}
</style>