Shades of Pear #DBFC3D
Tints of Pear #DBFC3D
RGB
CMYK
RGB Variations
Color information
#DBFC3D (or 0xDBFC3D) is known color: Pear. HEX triplet: DB, FC and 3D. RGB value is (219,252,61). Sum of RGB (Red+Green+Blue) = 219+252+61=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC3D is #2403C2. Grayscale: #DDDDDD. Windows color (decimal): -2360259 or 4062427. OLE color: 4062427.
HSL color Cylindrical-coordinate representation of color #DBFC3D: hue angle of 70.37º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFC3D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 61 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.01 |
| HSL | 70.37º | 0.97% | 0.61% | - |
| HSV(B) | 70.37º | 0.76% | 0.99% | - |
| XYZ | 64.87 | 85.02 | 17.41 | - |
| YUV | 220.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 61 | 0.13 | 0 | 0.76 | 0.01 | 70.37 | 0.97 | 0.61 |
| Hex | DB | FC | 3D | D | 0 | 4C | 1 | 46 | 61 | 3D |
| Octal | 333 | 374 | 75 | 15 | 0 | 114 | 1 | 106 | 141 | 75 |
| Binary | 11011011 | 11111100 | 111101 | 1101 | 0 | 1001100 | 1 | 1000110 | 1100001 | 111101 |
Color Harmonies of #DBFC3D
Complementary color
Monochromatic Colors of #DBFC3D
Black with #DBFC3D
Text Example
Text Example
White with #DBFC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC3D; }
p { color: rgb(219,252,61); }
H1.HeaderClassName
{
color: #DBFC3D;
}
.AnyTagClassName
{
color: #DBFC3D;
}
</style>
background-color css
<style>
a { background-color: #DBFC3D; }
a { background-color: rgb(219,252,61); }
div.DivClassName
{
background-color: #DBFC3D;
}
.BgClassName
{
background-color: #DBFC3D;
}
</style>
border-color css
<style>
span { border-color: #DBFC3D; }
span { border-color: rgb(219,252,61); }
td.TdClassName
{
border-color: #DBFC3D;
}
.TagClassName
{
border-color: #DBFC3D;
}
</style>