Shades of Mindaro #D0F252
Tints of Mindaro #D0F252
RGB
CMYK
RGB Variations
Color information
#D0F252 (or 0xD0F252) is known color: Mindaro. HEX triplet: D0, F2 and 52. RGB value is (208,242,82). Sum of RGB (Red+Green+Blue) = 208+242+82=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F252 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F252 is #2F0DAD. Grayscale: #D6D6D6. Windows color (decimal): -3083694 or 5436112. OLE color: 5436112.
HSL color Cylindrical-coordinate representation of color #D0F252: hue angle of 72.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0F252 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 82 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.05 |
| HSL | 72.75º | 0.86% | 0.64% | - |
| HSV(B) | 72.75º | 0.66% | 0.95% | - |
| XYZ | 59.29 | 77.52 | 19.82 | - |
| YUV | 213.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 82 | 0.14 | 0 | 0.66 | 0.05 | 72.75 | 0.86 | 0.64 |
| Hex | D0 | F2 | 52 | E | 0 | 42 | 5 | 49 | 56 | 40 |
| Octal | 320 | 362 | 122 | 16 | 0 | 102 | 5 | 111 | 126 | 100 |
| Binary | 11010000 | 11110010 | 1010010 | 1110 | 0 | 1000010 | 101 | 1001001 | 1010110 | 1000000 |
Color Harmonies of #D0F252
Complementary color
Monochromatic Colors of #D0F252
Black with #D0F252
Text Example
Text Example
White with #D0F252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F252; }
p { color: rgb(208,242,82); }
H1.HeaderClassName
{
color: #D0F252;
}
.AnyTagClassName
{
color: #D0F252;
}
</style>
background-color css
<style>
a { background-color: #D0F252; }
a { background-color: rgb(208,242,82); }
div.DivClassName
{
background-color: #D0F252;
}
.BgClassName
{
background-color: #D0F252;
}
</style>
border-color css
<style>
span { border-color: #D0F252; }
span { border-color: rgb(208,242,82); }
td.TdClassName
{
border-color: #D0F252;
}
.TagClassName
{
border-color: #D0F252;
}
</style>