Shades of Pear #DBFC3C
Tints of Pear #DBFC3C
RGB
CMYK
RGB Variations
Color information
#DBFC3C (or 0xDBFC3C) is known color: Pear. HEX triplet: DB, FC and 3C. RGB value is (219,252,60). Sum of RGB (Red+Green+Blue) = 219+252+60=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC3C is #2403C3. Grayscale: #DCDCDC. Windows color (decimal): -2360260 or 3996891. OLE color: 3996891.
HSL color Cylindrical-coordinate representation of color #DBFC3C: hue angle of 70.31º 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 #DBFC3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.01 |
| HSL | 70.31º | 0.97% | 0.61% | - |
| HSV(B) | 70.31º | 0.76% | 0.99% | - |
| XYZ | 64.84 | 85.01 | 17.27 | - |
| YUV | 220.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 60 | 0.13 | 0 | 0.76 | 0.01 | 70.31 | 0.97 | 0.61 |
| Hex | DB | FC | 3C | D | 0 | 4C | 1 | 46 | 61 | 3D |
| Octal | 333 | 374 | 74 | 15 | 0 | 114 | 1 | 106 | 141 | 75 |
| Binary | 11011011 | 11111100 | 111100 | 1101 | 0 | 1001100 | 1 | 1000110 | 1100001 | 111101 |
Color Harmonies of #DBFC3C
Complementary color
Monochromatic Colors of #DBFC3C
Black with #DBFC3C
Text Example
Text Example
White with #DBFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC3C; }
p { color: rgb(219,252,60); }
H1.HeaderClassName
{
color: #DBFC3C;
}
.AnyTagClassName
{
color: #DBFC3C;
}
</style>
background-color css
<style>
a { background-color: #DBFC3C; }
a { background-color: rgb(219,252,60); }
div.DivClassName
{
background-color: #DBFC3C;
}
.BgClassName
{
background-color: #DBFC3C;
}
</style>
border-color css
<style>
span { border-color: #DBFC3C; }
span { border-color: rgb(219,252,60); }
td.TdClassName
{
border-color: #DBFC3C;
}
.TagClassName
{
border-color: #DBFC3C;
}
</style>