Shades of Mindaro #D0FD65
Tints of Mindaro #D0FD65
RGB
CMYK
RGB Variations
Color information
#D0FD65 (or 0xD0FD65) is known color: Mindaro. HEX triplet: D0, FD and 65. RGB value is (208,253,101). Sum of RGB (Red+Green+Blue) = 208+253+101=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD65 is #2F029A. Grayscale: #DEDEDE. Windows color (decimal): -3080859 or 6684112. OLE color: 6684112.
HSL color Cylindrical-coordinate representation of color #D0FD65: hue angle of 77.76º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0FD65 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 101 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 77.76º | 0.97% | 0.69% | - |
| HSV(B) | 77.76º | 0.6% | 0.99% | - |
| XYZ | 63.49 | 84.6 | 25.3 | - |
| YUV | 222.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 101 | 0.18 | 0 | 0.60 | 0.01 | 77.76 | 0.97 | 0.69 |
| Hex | D0 | FD | 65 | 12 | 0 | 3C | 1 | 4E | 61 | 45 |
| Octal | 320 | 375 | 145 | 22 | 0 | 74 | 1 | 116 | 141 | 105 |
| Binary | 11010000 | 11111101 | 1100101 | 10010 | 0 | 111100 | 1 | 1001110 | 1100001 | 1000101 |
Color Harmonies of #D0FD65
Complementary color
Monochromatic Colors of #D0FD65
Black with #D0FD65
Text Example
Text Example
White with #D0FD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD65; }
p { color: rgb(208,253,101); }
H1.HeaderClassName
{
color: #D0FD65;
}
.AnyTagClassName
{
color: #D0FD65;
}
</style>
background-color css
<style>
a { background-color: #D0FD65; }
a { background-color: rgb(208,253,101); }
div.DivClassName
{
background-color: #D0FD65;
}
.BgClassName
{
background-color: #D0FD65;
}
</style>
border-color css
<style>
span { border-color: #D0FD65; }
span { border-color: rgb(208,253,101); }
td.TdClassName
{
border-color: #D0FD65;
}
.TagClassName
{
border-color: #D0FD65;
}
</style>