Shades of Pear #DBF93A
Tints of Pear #DBF93A
RGB
CMYK
RGB Variations
Color information
#DBF93A (or 0xDBF93A) is known color: Pear. HEX triplet: DB, F9 and 3A. RGB value is (219,249,58). Sum of RGB (Red+Green+Blue) = 219+249+58=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93A is #2406C5. Grayscale: #DADADA. Windows color (decimal): -2361030 or 3865051. OLE color: 3865051.
HSL color Cylindrical-coordinate representation of color #DBF93A: hue angle of 69.42º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBF93A is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 58 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.02 |
| HSL | 69.42º | 0.94% | 0.6% | - |
| HSV(B) | 69.42º | 0.77% | 0.98% | - |
| XYZ | 63.85 | 83.12 | 16.68 | - |
| YUV | 218.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 58 | 0.12 | 0 | 0.77 | 0.02 | 69.42 | 0.94 | 0.6 |
| Hex | DB | F9 | 3A | C | 0 | 4D | 2 | 45 | 5E | 3C |
| Octal | 333 | 371 | 72 | 14 | 0 | 115 | 2 | 105 | 136 | 74 |
| Binary | 11011011 | 11111001 | 111010 | 1100 | 0 | 1001101 | 10 | 1000101 | 1011110 | 111100 |
Color Harmonies of #DBF93A
Complementary color
Monochromatic Colors of #DBF93A
Black with #DBF93A
Text Example
Text Example
White with #DBF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF93A; }
p { color: rgb(219,249,58); }
H1.HeaderClassName
{
color: #DBF93A;
}
.AnyTagClassName
{
color: #DBF93A;
}
</style>
background-color css
<style>
a { background-color: #DBF93A; }
a { background-color: rgb(219,249,58); }
div.DivClassName
{
background-color: #DBF93A;
}
.BgClassName
{
background-color: #DBF93A;
}
</style>
border-color css
<style>
span { border-color: #DBF93A; }
span { border-color: rgb(219,249,58); }
td.TdClassName
{
border-color: #DBF93A;
}
.TagClassName
{
border-color: #DBF93A;
}
</style>