Shades of Pear #DBF03D
Tints of Pear #DBF03D
RGB
CMYK
RGB Variations
Color information
#DBF03D (or 0xDBF03D) is known color: Pear. HEX triplet: DB, F0 and 3D. RGB value is (219,240,61). Sum of RGB (Red+Green+Blue) = 219+240+61=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF03D is #240FC2. Grayscale: #D6D6D6. Windows color (decimal): -2363331 or 4059355. OLE color: 4059355.
HSL color Cylindrical-coordinate representation of color #DBF03D: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF03D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 61 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.06 |
| HSL | 67.04º | 0.86% | 0.59% | - |
| HSV(B) | 67.04º | 0.75% | 0.94% | - |
| XYZ | 61.22 | 77.72 | 16.19 | - |
| YUV | 213.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 61 | 0.09 | 0 | 0.75 | 0.06 | 67.04 | 0.86 | 0.59 |
| Hex | DB | F0 | 3D | 9 | 0 | 4B | 6 | 43 | 56 | 3B |
| Octal | 333 | 360 | 75 | 11 | 0 | 113 | 6 | 103 | 126 | 73 |
| Binary | 11011011 | 11110000 | 111101 | 1001 | 0 | 1001011 | 110 | 1000011 | 1010110 | 111011 |
Color Harmonies of #DBF03D
Complementary color
Monochromatic Colors of #DBF03D
Black with #DBF03D
Text Example
Text Example
White with #DBF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF03D; }
p { color: rgb(219,240,61); }
H1.HeaderClassName
{
color: #DBF03D;
}
.AnyTagClassName
{
color: #DBF03D;
}
</style>
background-color css
<style>
a { background-color: #DBF03D; }
a { background-color: rgb(219,240,61); }
div.DivClassName
{
background-color: #DBF03D;
}
.BgClassName
{
background-color: #DBF03D;
}
</style>
border-color css
<style>
span { border-color: #DBF03D; }
span { border-color: rgb(219,240,61); }
td.TdClassName
{
border-color: #DBF03D;
}
.TagClassName
{
border-color: #DBF03D;
}
</style>