Shades of Mindaro #D0F153
Tints of Mindaro #D0F153
RGB
CMYK
RGB Variations
Color information
#D0F153 (or 0xD0F153) is known color: Mindaro. HEX triplet: D0, F1 and 53. RGB value is (208,241,83). Sum of RGB (Red+Green+Blue) = 208+241+83=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F153 is #2F0EAC. Grayscale: #D5D5D5. Windows color (decimal): -3083949 or 5501392. OLE color: 5501392.
HSL color Cylindrical-coordinate representation of color #D0F153: hue angle of 72.53º degrees, saturation: 0.85, 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 #D0F153 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 83 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.05 |
| HSL | 72.53º | 0.85% | 0.64% | - |
| HSV(B) | 72.53º | 0.66% | 0.95% | - |
| XYZ | 59.03 | 76.95 | 19.92 | - |
| YUV | 213.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 83 | 0.14 | 0 | 0.66 | 0.05 | 72.53 | 0.85 | 0.64 |
| Hex | D0 | F1 | 53 | E | 0 | 42 | 5 | 49 | 55 | 40 |
| Octal | 320 | 361 | 123 | 16 | 0 | 102 | 5 | 111 | 125 | 100 |
| Binary | 11010000 | 11110001 | 1010011 | 1110 | 0 | 1000010 | 101 | 1001001 | 1010101 | 1000000 |
Color Harmonies of #D0F153
Complementary color
Monochromatic Colors of #D0F153
Black with #D0F153
Text Example
Text Example
White with #D0F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F153; }
p { color: rgb(208,241,83); }
H1.HeaderClassName
{
color: #D0F153;
}
.AnyTagClassName
{
color: #D0F153;
}
</style>
background-color css
<style>
a { background-color: #D0F153; }
a { background-color: rgb(208,241,83); }
div.DivClassName
{
background-color: #D0F153;
}
.BgClassName
{
background-color: #D0F153;
}
</style>
border-color css
<style>
span { border-color: #D0F153; }
span { border-color: rgb(208,241,83); }
td.TdClassName
{
border-color: #D0F153;
}
.TagClassName
{
border-color: #D0F153;
}
</style>