Shades of Mindaro #DBFC6D
Tints of Mindaro #DBFC6D
RGB
CMYK
RGB Variations
Color information
#DBFC6D (or 0xDBFC6D) is known color: Mindaro. HEX triplet: DB, FC and 6D. RGB value is (219,252,109). Sum of RGB (Red+Green+Blue) = 219+252+109=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC6D is #240392. Grayscale: #E2E2E2. Windows color (decimal): -2360211 or 7208155. OLE color: 7208155.
HSL color Cylindrical-coordinate representation of color #DBFC6D: hue angle of 73.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBFC6D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 109 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.01 |
| HSL | 73.85º | 0.96% | 0.71% | - |
| HSV(B) | 73.85º | 0.57% | 0.99% | - |
| XYZ | 66.78 | 85.79 | 27.51 | - |
| YUV | 225.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 109 | 0.13 | 0 | 0.57 | 0.01 | 73.85 | 0.96 | 0.71 |
| Hex | DB | FC | 6D | D | 0 | 39 | 1 | 4A | 60 | 47 |
| Octal | 333 | 374 | 155 | 15 | 0 | 71 | 1 | 112 | 140 | 107 |
| Binary | 11011011 | 11111100 | 1101101 | 1101 | 0 | 111001 | 1 | 1001010 | 1100000 | 1000111 |
Color Harmonies of #DBFC6D
Complementary color
Monochromatic Colors of #DBFC6D
Black with #DBFC6D
Text Example
Text Example
White with #DBFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC6D; }
p { color: rgb(219,252,109); }
H1.HeaderClassName
{
color: #DBFC6D;
}
.AnyTagClassName
{
color: #DBFC6D;
}
</style>
background-color css
<style>
a { background-color: #DBFC6D; }
a { background-color: rgb(219,252,109); }
div.DivClassName
{
background-color: #DBFC6D;
}
.BgClassName
{
background-color: #DBFC6D;
}
</style>
border-color css
<style>
span { border-color: #DBFC6D; }
span { border-color: rgb(219,252,109); }
td.TdClassName
{
border-color: #DBFC6D;
}
.TagClassName
{
border-color: #DBFC6D;
}
</style>