Shades of Pear #DBF93D
Tints of Pear #DBF93D
RGB
CMYK
RGB Variations
Color information
#DBF93D (or 0xDBF93D) is known color: Pear. HEX triplet: DB, F9 and 3D. RGB value is (219,249,61). Sum of RGB (Red+Green+Blue) = 219+249+61=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93D is #2406C2. Grayscale: #DBDBDB. Windows color (decimal): -2361027 or 4061659. OLE color: 4061659.
HSL color Cylindrical-coordinate representation of color #DBF93D: hue angle of 69.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF93D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 61 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.02 |
| HSL | 69.57º | 0.94% | 0.61% | - |
| HSV(B) | 69.57º | 0.76% | 0.98% | - |
| XYZ | 63.93 | 83.15 | 17.09 | - |
| YUV | 218.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 61 | 0.12 | 0 | 0.76 | 0.02 | 69.57 | 0.94 | 0.61 |
| Hex | DB | F9 | 3D | C | 0 | 4C | 2 | 46 | 5E | 3D |
| Octal | 333 | 371 | 75 | 14 | 0 | 114 | 2 | 106 | 136 | 75 |
| Binary | 11011011 | 11111001 | 111101 | 1100 | 0 | 1001100 | 10 | 1000110 | 1011110 | 111101 |
Color Harmonies of #DBF93D
Complementary color
Monochromatic Colors of #DBF93D
Black with #DBF93D
Text Example
Text Example
White with #DBF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF93D; }
p { color: rgb(219,249,61); }
H1.HeaderClassName
{
color: #DBF93D;
}
.AnyTagClassName
{
color: #DBF93D;
}
</style>
background-color css
<style>
a { background-color: #DBF93D; }
a { background-color: rgb(219,249,61); }
div.DivClassName
{
background-color: #DBF93D;
}
.BgClassName
{
background-color: #DBF93D;
}
</style>
border-color css
<style>
span { border-color: #DBF93D; }
span { border-color: rgb(219,249,61); }
td.TdClassName
{
border-color: #DBF93D;
}
.TagClassName
{
border-color: #DBF93D;
}
</style>