Shades of Mindaro #DBEB80
Tints of Mindaro #DBEB80
RGB
CMYK
RGB Variations
Color information
#DBEB80 (or 0xDBEB80) is known color: Mindaro. HEX triplet: DB, EB and 80. RGB value is (219,235,128). Sum of RGB (Red+Green+Blue) = 219+235+128=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB80 is #24147F. Grayscale: #DADADA. Windows color (decimal): -2364544 or 8448987. OLE color: 8448987.
HSL color Cylindrical-coordinate representation of color #DBEB80: hue angle of 68.97º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEB80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 128 | - |
CMYK | 0.07 | 0 | 0.46 | 0.08 |
HSL | 68.97º | 0.73% | 0.71% | - |
HSV(B) | 68.97º | 0.46% | 0.92% | - |
XYZ | 62.82 | 76.04 | 31.79 | - |
YUV | 218.02 | 77.2 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 128 | 0.07 | 0 | 0.46 | 0.08 | 68.97 | 0.73 | 0.71 |
Hex | DB | EB | 80 | 7 | 0 | 2E | 8 | 45 | 49 | 47 |
Octal | 333 | 353 | 200 | 7 | 0 | 56 | 10 | 105 | 111 | 107 |
Binary | 11011011 | 11101011 | 10000000 | 111 | 0 | 101110 | 1000 | 1000101 | 1001001 | 1000111 |
Color Harmonies of #DBEB80
Complementary color
Monochromatic Colors of #DBEB80
Black with #DBEB80
Text Example
Text Example
White with #DBEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB80; }
p { color: rgb(219,235,128); }
H1.HeaderClassName
{
color: #DBEB80;
}
.AnyTagClassName
{
color: #DBEB80;
}
</style>
background-color css
<style>
a { background-color: #DBEB80; }
a { background-color: rgb(219,235,128); }
div.DivClassName
{
background-color: #DBEB80;
}
.BgClassName
{
background-color: #DBEB80;
}
</style>
border-color css
<style>
span { border-color: #DBEB80; }
span { border-color: rgb(219,235,128); }
td.TdClassName
{
border-color: #DBEB80;
}
.TagClassName
{
border-color: #DBEB80;
}
</style>