Shades of Mindaro #DBFD7E
Tints of Mindaro #DBFD7E
RGB
CMYK
RGB Variations
Color information
#DBFD7E (or 0xDBFD7E) is known color: Mindaro. HEX triplet: DB, FD and 7E. RGB value is (219,253,126). Sum of RGB (Red+Green+Blue) = 219+253+126=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD7E is #240281. Grayscale: #E4E4E4. Windows color (decimal): -2359938 or 8322523. OLE color: 8322523.
HSL color Cylindrical-coordinate representation of color #DBFD7E: hue angle of 76.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFD7E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 126 | - |
CMYK | 0.13 | 0 | 0.50 | 0.01 |
HSL | 76.06º | 0.97% | 0.74% | - |
HSV(B) | 76.06º | 0.5% | 0.99% | - |
XYZ | 68.1 | 86.82 | 32.91 | - |
YUV | 228.36 | 70.24 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 126 | 0.13 | 0 | 0.50 | 0.01 | 76.06 | 0.97 | 0.74 |
Hex | DB | FD | 7E | D | 0 | 32 | 1 | 4C | 61 | 4A |
Octal | 333 | 375 | 176 | 15 | 0 | 62 | 1 | 114 | 141 | 112 |
Binary | 11011011 | 11111101 | 1111110 | 1101 | 0 | 110010 | 1 | 1001100 | 1100001 | 1001010 |
Color Harmonies of #DBFD7E
Complementary color
Monochromatic Colors of #DBFD7E
Black with #DBFD7E
Text Example
Text Example
White with #DBFD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD7E; }
p { color: rgb(219,253,126); }
H1.HeaderClassName
{
color: #DBFD7E;
}
.AnyTagClassName
{
color: #DBFD7E;
}
</style>
background-color css
<style>
a { background-color: #DBFD7E; }
a { background-color: rgb(219,253,126); }
div.DivClassName
{
background-color: #DBFD7E;
}
.BgClassName
{
background-color: #DBFD7E;
}
</style>
border-color css
<style>
span { border-color: #DBFD7E; }
span { border-color: rgb(219,253,126); }
td.TdClassName
{
border-color: #DBFD7E;
}
.TagClassName
{
border-color: #DBFD7E;
}
</style>