Shades of Mindaro #DBFC69
Tints of Mindaro #DBFC69
RGB
CMYK
RGB Variations
Color information
#DBFC69 (or 0xDBFC69) is known color: Mindaro. HEX triplet: DB, FC and 69. RGB value is (219,252,105). Sum of RGB (Red+Green+Blue) = 219+252+105=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 105 (41.41% from 255 or 18.23% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC69 is #240396. Grayscale: #E1E1E1. Windows color (decimal): -2360215 or 6946011. OLE color: 6946011.
HSL color Cylindrical-coordinate representation of color #DBFC69: hue angle of 73.47º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFC69 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 105 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.01 |
| HSL | 73.47º | 0.96% | 0.7% | - |
| HSV(B) | 73.47º | 0.58% | 0.99% | - |
| XYZ | 66.57 | 85.7 | 26.4 | - |
| YUV | 225.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 105 | 0.13 | 0 | 0.58 | 0.01 | 73.47 | 0.96 | 0.7 |
| Hex | DB | FC | 69 | D | 0 | 3A | 1 | 49 | 60 | 46 |
| Octal | 333 | 374 | 151 | 15 | 0 | 72 | 1 | 111 | 140 | 106 |
| Binary | 11011011 | 11111100 | 1101001 | 1101 | 0 | 111010 | 1 | 1001001 | 1100000 | 1000110 |
Color Harmonies of #DBFC69
Complementary color
Monochromatic Colors of #DBFC69
Black with #DBFC69
Text Example
Text Example
White with #DBFC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC69; }
p { color: rgb(219,252,105); }
H1.HeaderClassName
{
color: #DBFC69;
}
.AnyTagClassName
{
color: #DBFC69;
}
</style>
background-color css
<style>
a { background-color: #DBFC69; }
a { background-color: rgb(219,252,105); }
div.DivClassName
{
background-color: #DBFC69;
}
.BgClassName
{
background-color: #DBFC69;
}
</style>
border-color css
<style>
span { border-color: #DBFC69; }
span { border-color: rgb(219,252,105); }
td.TdClassName
{
border-color: #DBFC69;
}
.TagClassName
{
border-color: #DBFC69;
}
</style>