Shades of Mindaro #DBFC5A
Tints of Mindaro #DBFC5A
RGB
CMYK
RGB Variations
Color information
#DBFC5A (or 0xDBFC5A) is known color: Mindaro. HEX triplet: DB, FC and 5A. RGB value is (219,252,90). Sum of RGB (Red+Green+Blue) = 219+252+90=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC5A is #2403A5. Grayscale: #E0E0E0. Windows color (decimal): -2360230 or 5962971. OLE color: 5962971.
HSL color Cylindrical-coordinate representation of color #DBFC5A: hue angle of 72.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFC5A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 90 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.22º | 0.96% | 0.67% | - |
| HSV(B) | 72.22º | 0.64% | 0.99% | - |
| XYZ | 65.87 | 85.42 | 22.69 | - |
| YUV | 223.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 90 | 0.13 | 0 | 0.64 | 0.01 | 72.22 | 0.96 | 0.67 |
| Hex | DB | FC | 5A | D | 0 | 40 | 1 | 48 | 60 | 43 |
| Octal | 333 | 374 | 132 | 15 | 0 | 100 | 1 | 110 | 140 | 103 |
| Binary | 11011011 | 11111100 | 1011010 | 1101 | 0 | 1000000 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DBFC5A
Complementary color
Monochromatic Colors of #DBFC5A
Black with #DBFC5A
Text Example
Text Example
White with #DBFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC5A; }
p { color: rgb(219,252,90); }
H1.HeaderClassName
{
color: #DBFC5A;
}
.AnyTagClassName
{
color: #DBFC5A;
}
</style>
background-color css
<style>
a { background-color: #DBFC5A; }
a { background-color: rgb(219,252,90); }
div.DivClassName
{
background-color: #DBFC5A;
}
.BgClassName
{
background-color: #DBFC5A;
}
</style>
border-color css
<style>
span { border-color: #DBFC5A; }
span { border-color: rgb(219,252,90); }
td.TdClassName
{
border-color: #DBFC5A;
}
.TagClassName
{
border-color: #DBFC5A;
}
</style>