Shades of Mindaro #D0FD58
Tints of Mindaro #D0FD58
RGB
CMYK
RGB Variations
Color information
#D0FD58 (or 0xD0FD58) is known color: Mindaro. HEX triplet: D0, FD and 58. RGB value is (208,253,88). Sum of RGB (Red+Green+Blue) = 208+253+88=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD58 is #2F02A7. Grayscale: #DDDDDD. Windows color (decimal): -3080872 or 5832144. OLE color: 5832144.
HSL color Cylindrical-coordinate representation of color #D0FD58: hue angle of 76.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0FD58 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 88 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.01 |
| HSL | 76.36º | 0.98% | 0.67% | - |
| HSV(B) | 76.36º | 0.65% | 0.99% | - |
| XYZ | 62.9 | 84.37 | 22.2 | - |
| YUV | 220.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 88 | 0.18 | 0 | 0.65 | 0.01 | 76.36 | 0.98 | 0.67 |
| Hex | D0 | FD | 58 | 12 | 0 | 41 | 1 | 4C | 62 | 43 |
| Octal | 320 | 375 | 130 | 22 | 0 | 101 | 1 | 114 | 142 | 103 |
| Binary | 11010000 | 11111101 | 1011000 | 10010 | 0 | 1000001 | 1 | 1001100 | 1100010 | 1000011 |
Color Harmonies of #D0FD58
Complementary color
Monochromatic Colors of #D0FD58
Black with #D0FD58
Text Example
Text Example
White with #D0FD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD58; }
p { color: rgb(208,253,88); }
H1.HeaderClassName
{
color: #D0FD58;
}
.AnyTagClassName
{
color: #D0FD58;
}
</style>
background-color css
<style>
a { background-color: #D0FD58; }
a { background-color: rgb(208,253,88); }
div.DivClassName
{
background-color: #D0FD58;
}
.BgClassName
{
background-color: #D0FD58;
}
</style>
border-color css
<style>
span { border-color: #D0FD58; }
span { border-color: rgb(208,253,88); }
td.TdClassName
{
border-color: #D0FD58;
}
.TagClassName
{
border-color: #D0FD58;
}
</style>