Shades of Mindaro #DBF974
Tints of Mindaro #DBF974
RGB
CMYK
RGB Variations
Color information
#DBF974 (or 0xDBF974) is known color: Mindaro. HEX triplet: DB, F9 and 74. RGB value is (219,249,116). Sum of RGB (Red+Green+Blue) = 219+249+116=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF974 is #24068B. Grayscale: #E1E1E1. Windows color (decimal): -2360972 or 7666139. OLE color: 7666139.
HSL color Cylindrical-coordinate representation of color #DBF974: hue angle of 73.53º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF974 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 116 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.02 |
| HSL | 73.53º | 0.92% | 0.72% | - |
| HSV(B) | 73.53º | 0.53% | 0.98% | - |
| XYZ | 66.24 | 84.07 | 29.26 | - |
| YUV | 224.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 116 | 0.12 | 0 | 0.53 | 0.02 | 73.53 | 0.92 | 0.72 |
| Hex | DB | F9 | 74 | C | 0 | 35 | 2 | 4A | 5C | 48 |
| Octal | 333 | 371 | 164 | 14 | 0 | 65 | 2 | 112 | 134 | 110 |
| Binary | 11011011 | 11111001 | 1110100 | 1100 | 0 | 110101 | 10 | 1001010 | 1011100 | 1001000 |
Color Harmonies of #DBF974
Complementary color
Monochromatic Colors of #DBF974
Black with #DBF974
Text Example
Text Example
White with #DBF974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF974; }
p { color: rgb(219,249,116); }
H1.HeaderClassName
{
color: #DBF974;
}
.AnyTagClassName
{
color: #DBF974;
}
</style>
background-color css
<style>
a { background-color: #DBF974; }
a { background-color: rgb(219,249,116); }
div.DivClassName
{
background-color: #DBF974;
}
.BgClassName
{
background-color: #DBF974;
}
</style>
border-color css
<style>
span { border-color: #DBF974; }
span { border-color: rgb(219,249,116); }
td.TdClassName
{
border-color: #DBF974;
}
.TagClassName
{
border-color: #DBF974;
}
</style>