Shades of Mindaro #DBFA81
Tints of Mindaro #DBFA81
RGB
CMYK
RGB Variations
Color information
#DBFA81 (or 0xDBFA81) is known color: Mindaro. HEX triplet: DB, FA and 81. RGB value is (219,250,129). Sum of RGB (Red+Green+Blue) = 219+250+129=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA81 is #24057E. Grayscale: #E3E3E3. Windows color (decimal): -2360703 or 8518363. OLE color: 8518363.
HSL color Cylindrical-coordinate representation of color #DBFA81: hue angle of 75.37º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFA81 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 129 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.02 |
| HSL | 75.37º | 0.92% | 0.74% | - |
| HSV(B) | 75.37º | 0.48% | 0.98% | - |
| XYZ | 67.36 | 85.02 | 33.63 | - |
| YUV | 226.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 129 | 0.12 | 0 | 0.48 | 0.02 | 75.37 | 0.92 | 0.74 |
| Hex | DB | FA | 81 | C | 0 | 30 | 2 | 4B | 5C | 4A |
| Octal | 333 | 372 | 201 | 14 | 0 | 60 | 2 | 113 | 134 | 112 |
| Binary | 11011011 | 11111010 | 10000001 | 1100 | 0 | 110000 | 10 | 1001011 | 1011100 | 1001010 |
Color Harmonies of #DBFA81
Complementary color
Monochromatic Colors of #DBFA81
Black with #DBFA81
Text Example
Text Example
White with #DBFA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA81; }
p { color: rgb(219,250,129); }
H1.HeaderClassName
{
color: #DBFA81;
}
.AnyTagClassName
{
color: #DBFA81;
}
</style>
background-color css
<style>
a { background-color: #DBFA81; }
a { background-color: rgb(219,250,129); }
div.DivClassName
{
background-color: #DBFA81;
}
.BgClassName
{
background-color: #DBFA81;
}
</style>
border-color css
<style>
span { border-color: #DBFA81; }
span { border-color: rgb(219,250,129); }
td.TdClassName
{
border-color: #DBFA81;
}
.TagClassName
{
border-color: #DBFA81;
}
</style>