Shades of Mindaro #DBFD5C
Tints of Mindaro #DBFD5C
RGB
CMYK
RGB Variations
Color information
#DBFD5C (or 0xDBFD5C) is known color: Mindaro. HEX triplet: DB, FD and 5C. RGB value is (219,253,92). Sum of RGB (Red+Green+Blue) = 219+253+92=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD5C is #2402A3. Grayscale: #E1E1E1. Windows color (decimal): -2359972 or 6094299. OLE color: 6094299.
HSL color Cylindrical-coordinate representation of color #DBFD5C: hue angle of 72.67º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFD5C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 92 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.67º | 0.98% | 0.68% | - |
| HSV(B) | 72.67º | 0.64% | 0.99% | - |
| XYZ | 66.27 | 86.08 | 23.25 | - |
| YUV | 224.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 92 | 0.13 | 0 | 0.64 | 0.01 | 72.67 | 0.98 | 0.68 |
| Hex | DB | FD | 5C | D | 0 | 40 | 1 | 49 | 62 | 44 |
| Octal | 333 | 375 | 134 | 15 | 0 | 100 | 1 | 111 | 142 | 104 |
| Binary | 11011011 | 11111101 | 1011100 | 1101 | 0 | 1000000 | 1 | 1001001 | 1100010 | 1000100 |
Color Harmonies of #DBFD5C
Complementary color
Monochromatic Colors of #DBFD5C
Black with #DBFD5C
Text Example
Text Example
White with #DBFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD5C; }
p { color: rgb(219,253,92); }
H1.HeaderClassName
{
color: #DBFD5C;
}
.AnyTagClassName
{
color: #DBFD5C;
}
</style>
background-color css
<style>
a { background-color: #DBFD5C; }
a { background-color: rgb(219,253,92); }
div.DivClassName
{
background-color: #DBFD5C;
}
.BgClassName
{
background-color: #DBFD5C;
}
</style>
border-color css
<style>
span { border-color: #DBFD5C; }
span { border-color: rgb(219,253,92); }
td.TdClassName
{
border-color: #DBFD5C;
}
.TagClassName
{
border-color: #DBFD5C;
}
</style>