Shades of Mindaro #DBFC5C
Tints of Mindaro #DBFC5C
RGB
CMYK
RGB Variations
Color information
#DBFC5C (or 0xDBFC5C) is known color: Mindaro. HEX triplet: DB, FC and 5C. RGB value is (219,252,92). Sum of RGB (Red+Green+Blue) = 219+252+92=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC5C is #2403A3. Grayscale: #E0E0E0. Windows color (decimal): -2360228 or 6094043. OLE color: 6094043.
HSL color Cylindrical-coordinate representation of color #DBFC5C: hue angle of 72.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBFC5C is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 92 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.01 |
| HSL | 72.38º | 0.96% | 0.67% | - |
| HSV(B) | 72.38º | 0.63% | 0.99% | - |
| XYZ | 65.96 | 85.45 | 23.14 | - |
| YUV | 223.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 92 | 0.13 | 0 | 0.63 | 0.01 | 72.38 | 0.96 | 0.67 |
| Hex | DB | FC | 5C | D | 0 | 3F | 1 | 48 | 60 | 43 |
| Octal | 333 | 374 | 134 | 15 | 0 | 77 | 1 | 110 | 140 | 103 |
| Binary | 11011011 | 11111100 | 1011100 | 1101 | 0 | 111111 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DBFC5C
Complementary color
Monochromatic Colors of #DBFC5C
Black with #DBFC5C
Text Example
Text Example
White with #DBFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC5C; }
p { color: rgb(219,252,92); }
H1.HeaderClassName
{
color: #DBFC5C;
}
.AnyTagClassName
{
color: #DBFC5C;
}
</style>
background-color css
<style>
a { background-color: #DBFC5C; }
a { background-color: rgb(219,252,92); }
div.DivClassName
{
background-color: #DBFC5C;
}
.BgClassName
{
background-color: #DBFC5C;
}
</style>
border-color css
<style>
span { border-color: #DBFC5C; }
span { border-color: rgb(219,252,92); }
td.TdClassName
{
border-color: #DBFC5C;
}
.TagClassName
{
border-color: #DBFC5C;
}
</style>