Shades of Mindaro #DBFC6C
Tints of Mindaro #DBFC6C
RGB
CMYK
RGB Variations
Color information
#DBFC6C (or 0xDBFC6C) is known color: Mindaro. HEX triplet: DB, FC and 6C. RGB value is (219,252,108). Sum of RGB (Red+Green+Blue) = 219+252+108=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC6C is #240393. Grayscale: #E2E2E2. Windows color (decimal): -2360212 or 7142619. OLE color: 7142619.
HSL color Cylindrical-coordinate representation of color #DBFC6C: hue angle of 73.75º 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 #DBFC6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 108 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.01 |
| HSL | 73.75º | 0.96% | 0.71% | - |
| HSV(B) | 73.75º | 0.57% | 0.99% | - |
| XYZ | 66.73 | 85.76 | 27.22 | - |
| YUV | 225.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 108 | 0.13 | 0 | 0.57 | 0.01 | 73.75 | 0.96 | 0.71 |
| Hex | DB | FC | 6C | D | 0 | 39 | 1 | 4A | 60 | 47 |
| Octal | 333 | 374 | 154 | 15 | 0 | 71 | 1 | 112 | 140 | 107 |
| Binary | 11011011 | 11111100 | 1101100 | 1101 | 0 | 111001 | 1 | 1001010 | 1100000 | 1000111 |
Color Harmonies of #DBFC6C
Complementary color
Monochromatic Colors of #DBFC6C
Black with #DBFC6C
Text Example
Text Example
White with #DBFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC6C; }
p { color: rgb(219,252,108); }
H1.HeaderClassName
{
color: #DBFC6C;
}
.AnyTagClassName
{
color: #DBFC6C;
}
</style>
background-color css
<style>
a { background-color: #DBFC6C; }
a { background-color: rgb(219,252,108); }
div.DivClassName
{
background-color: #DBFC6C;
}
.BgClassName
{
background-color: #DBFC6C;
}
</style>
border-color css
<style>
span { border-color: #DBFC6C; }
span { border-color: rgb(219,252,108); }
td.TdClassName
{
border-color: #DBFC6C;
}
.TagClassName
{
border-color: #DBFC6C;
}
</style>