Shades of Mindaro #DBFD65
Tints of Mindaro #DBFD65
RGB
CMYK
RGB Variations
Color information
#DBFD65 (or 0xDBFD65) is known color: Mindaro. HEX triplet: DB, FD and 65. RGB value is (219,253,101). Sum of RGB (Red+Green+Blue) = 219+253+101=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD65 is #24029A. Grayscale: #E2E2E2. Windows color (decimal): -2359963 or 6684123. OLE color: 6684123.
HSL color Cylindrical-coordinate representation of color #DBFD65: hue angle of 73.42º 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 #DBFD65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 101 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.01 |
| HSL | 73.42º | 0.97% | 0.69% | - |
| HSV(B) | 73.42º | 0.6% | 0.99% | - |
| XYZ | 66.69 | 86.25 | 25.45 | - |
| YUV | 225.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 101 | 0.13 | 0 | 0.60 | 0.01 | 73.42 | 0.97 | 0.69 |
| Hex | DB | FD | 65 | D | 0 | 3C | 1 | 49 | 61 | 45 |
| Octal | 333 | 375 | 145 | 15 | 0 | 74 | 1 | 111 | 141 | 105 |
| Binary | 11011011 | 11111101 | 1100101 | 1101 | 0 | 111100 | 1 | 1001001 | 1100001 | 1000101 |
Color Harmonies of #DBFD65
Complementary color
Monochromatic Colors of #DBFD65
Black with #DBFD65
Text Example
Text Example
White with #DBFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD65; }
p { color: rgb(219,253,101); }
H1.HeaderClassName
{
color: #DBFD65;
}
.AnyTagClassName
{
color: #DBFD65;
}
</style>
background-color css
<style>
a { background-color: #DBFD65; }
a { background-color: rgb(219,253,101); }
div.DivClassName
{
background-color: #DBFD65;
}
.BgClassName
{
background-color: #DBFD65;
}
</style>
border-color css
<style>
span { border-color: #DBFD65; }
span { border-color: rgb(219,253,101); }
td.TdClassName
{
border-color: #DBFD65;
}
.TagClassName
{
border-color: #DBFD65;
}
</style>