Shades of Mindaro #DBFC61
Tints of Mindaro #DBFC61
RGB
CMYK
RGB Variations
Color information
#DBFC61 (or 0xDBFC61) is known color: Mindaro. HEX triplet: DB, FC and 61. RGB value is (219,252,97). Sum of RGB (Red+Green+Blue) = 219+252+97=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC61 is #24039E. Grayscale: #E1E1E1. Windows color (decimal): -2360223 or 6421723. OLE color: 6421723.
HSL color Cylindrical-coordinate representation of color #DBFC61: hue angle of 72.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFC61 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 97 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.01 |
| HSL | 72.77º | 0.96% | 0.68% | - |
| HSV(B) | 72.77º | 0.62% | 0.99% | - |
| XYZ | 66.18 | 85.54 | 24.33 | - |
| YUV | 224.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 97 | 0.13 | 0 | 0.62 | 0.01 | 72.77 | 0.96 | 0.68 |
| Hex | DB | FC | 61 | D | 0 | 3E | 1 | 49 | 60 | 44 |
| Octal | 333 | 374 | 141 | 15 | 0 | 76 | 1 | 111 | 140 | 104 |
| Binary | 11011011 | 11111100 | 1100001 | 1101 | 0 | 111110 | 1 | 1001001 | 1100000 | 1000100 |
Color Harmonies of #DBFC61
Complementary color
Monochromatic Colors of #DBFC61
Black with #DBFC61
Text Example
Text Example
White with #DBFC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC61; }
p { color: rgb(219,252,97); }
H1.HeaderClassName
{
color: #DBFC61;
}
.AnyTagClassName
{
color: #DBFC61;
}
</style>
background-color css
<style>
a { background-color: #DBFC61; }
a { background-color: rgb(219,252,97); }
div.DivClassName
{
background-color: #DBFC61;
}
.BgClassName
{
background-color: #DBFC61;
}
</style>
border-color css
<style>
span { border-color: #DBFC61; }
span { border-color: rgb(219,252,97); }
td.TdClassName
{
border-color: #DBFC61;
}
.TagClassName
{
border-color: #DBFC61;
}
</style>