Shades of Pear #DBFD3C
Tints of Pear #DBFD3C
RGB
CMYK
RGB Variations
Color information
#DBFD3C (or 0xDBFD3C) is known color: Pear. HEX triplet: DB, FD and 3C. RGB value is (219,253,60). Sum of RGB (Red+Green+Blue) = 219+253+60=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD3C is #2402C3. Grayscale: #DDDDDD. Windows color (decimal): -2360004 or 3997147. OLE color: 3997147.
HSL color Cylindrical-coordinate representation of color #DBFD3C: hue angle of 70.57º degrees, saturation: 0.98, 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 #DBFD3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.01 |
| HSL | 70.57º | 0.98% | 0.61% | - |
| HSV(B) | 70.57º | 0.76% | 0.99% | - |
| XYZ | 65.15 | 85.64 | 17.37 | - |
| YUV | 220.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 60 | 0.13 | 0 | 0.76 | 0.01 | 70.57 | 0.98 | 0.61 |
| Hex | DB | FD | 3C | D | 0 | 4C | 1 | 47 | 62 | 3D |
| Octal | 333 | 375 | 74 | 15 | 0 | 114 | 1 | 107 | 142 | 75 |
| Binary | 11011011 | 11111101 | 111100 | 1101 | 0 | 1001100 | 1 | 1000111 | 1100010 | 111101 |
Color Harmonies of #DBFD3C
Complementary color
Monochromatic Colors of #DBFD3C
Black with #DBFD3C
Text Example
Text Example
White with #DBFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD3C; }
p { color: rgb(219,253,60); }
H1.HeaderClassName
{
color: #DBFD3C;
}
.AnyTagClassName
{
color: #DBFD3C;
}
</style>
background-color css
<style>
a { background-color: #DBFD3C; }
a { background-color: rgb(219,253,60); }
div.DivClassName
{
background-color: #DBFD3C;
}
.BgClassName
{
background-color: #DBFD3C;
}
</style>
border-color css
<style>
span { border-color: #DBFD3C; }
span { border-color: rgb(219,253,60); }
td.TdClassName
{
border-color: #DBFD3C;
}
.TagClassName
{
border-color: #DBFD3C;
}
</style>