Shades of Mindaro #DBF971
Tints of Mindaro #DBF971
RGB
CMYK
RGB Variations
Color information
#DBF971 (or 0xDBF971) is known color: Mindaro. HEX triplet: DB, F9 and 71. RGB value is (219,249,113). Sum of RGB (Red+Green+Blue) = 219+249+113=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF971 is #24068E. Grayscale: #E1E1E1. Windows color (decimal): -2360975 or 7469531. OLE color: 7469531.
HSL color Cylindrical-coordinate representation of color #DBF971: hue angle of 73.24º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF971 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 113 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.02 |
| HSL | 73.24º | 0.92% | 0.71% | - |
| HSV(B) | 73.24º | 0.55% | 0.98% | - |
| XYZ | 66.07 | 84 | 28.35 | - |
| YUV | 224.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 113 | 0.12 | 0 | 0.55 | 0.02 | 73.24 | 0.92 | 0.71 |
| Hex | DB | F9 | 71 | C | 0 | 37 | 2 | 49 | 5C | 47 |
| Octal | 333 | 371 | 161 | 14 | 0 | 67 | 2 | 111 | 134 | 107 |
| Binary | 11011011 | 11111001 | 1110001 | 1100 | 0 | 110111 | 10 | 1001001 | 1011100 | 1000111 |
Color Harmonies of #DBF971
Complementary color
Monochromatic Colors of #DBF971
Black with #DBF971
Text Example
Text Example
White with #DBF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF971; }
p { color: rgb(219,249,113); }
H1.HeaderClassName
{
color: #DBF971;
}
.AnyTagClassName
{
color: #DBF971;
}
</style>
background-color css
<style>
a { background-color: #DBF971; }
a { background-color: rgb(219,249,113); }
div.DivClassName
{
background-color: #DBF971;
}
.BgClassName
{
background-color: #DBF971;
}
</style>
border-color css
<style>
span { border-color: #DBF971; }
span { border-color: rgb(219,249,113); }
td.TdClassName
{
border-color: #DBF971;
}
.TagClassName
{
border-color: #DBF971;
}
</style>