Shades of Mindaro #D0F05C
Tints of Mindaro #D0F05C
RGB
CMYK
RGB Variations
Color information
#D0F05C (or 0xD0F05C) is known color: Mindaro. HEX triplet: D0, F0 and 5C. RGB value is (208,240,92). Sum of RGB (Red+Green+Blue) = 208+240+92=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F05C is #2F0FA3. Grayscale: #D6D6D6. Windows color (decimal): -3084196 or 6090960. OLE color: 6090960.
HSL color Cylindrical-coordinate representation of color #D0F05C: hue angle of 72.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0F05C is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 92 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.06 |
| HSL | 72.97º | 0.83% | 0.65% | - |
| HSV(B) | 72.97º | 0.62% | 0.94% | - |
| XYZ | 59.1 | 76.5 | 21.78 | - |
| YUV | 213.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 92 | 0.13 | 0 | 0.62 | 0.06 | 72.97 | 0.83 | 0.65 |
| Hex | D0 | F0 | 5C | D | 0 | 3E | 6 | 49 | 53 | 41 |
| Octal | 320 | 360 | 134 | 15 | 0 | 76 | 6 | 111 | 123 | 101 |
| Binary | 11010000 | 11110000 | 1011100 | 1101 | 0 | 111110 | 110 | 1001001 | 1010011 | 1000001 |
Color Harmonies of #D0F05C
Complementary color
Monochromatic Colors of #D0F05C
Black with #D0F05C
Text Example
Text Example
White with #D0F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F05C; }
p { color: rgb(208,240,92); }
H1.HeaderClassName
{
color: #D0F05C;
}
.AnyTagClassName
{
color: #D0F05C;
}
</style>
background-color css
<style>
a { background-color: #D0F05C; }
a { background-color: rgb(208,240,92); }
div.DivClassName
{
background-color: #D0F05C;
}
.BgClassName
{
background-color: #D0F05C;
}
</style>
border-color css
<style>
span { border-color: #D0F05C; }
span { border-color: rgb(208,240,92); }
td.TdClassName
{
border-color: #D0F05C;
}
.TagClassName
{
border-color: #D0F05C;
}
</style>