Shades of Pear #DBF23A
Tints of Pear #DBF23A
RGB
CMYK
RGB Variations
Color information
#DBF23A (or 0xDBF23A) is known color: Pear. HEX triplet: DB, F2 and 3A. RGB value is (219,242,58). Sum of RGB (Red+Green+Blue) = 219+242+58=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF23A is #240DC5. Grayscale: #D6D6D6. Windows color (decimal): -2362822 or 3863259. OLE color: 3863259.
HSL color Cylindrical-coordinate representation of color #DBF23A: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF23A is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 58 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.05 |
| HSL | 67.5º | 0.88% | 0.59% | - |
| HSV(B) | 67.5º | 0.76% | 0.95% | - |
| XYZ | 61.73 | 78.87 | 15.97 | - |
| YUV | 214.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 58 | 0.10 | 0 | 0.76 | 0.05 | 67.5 | 0.88 | 0.59 |
| Hex | DB | F2 | 3A | A | 0 | 4C | 5 | 44 | 58 | 3B |
| Octal | 333 | 362 | 72 | 12 | 0 | 114 | 5 | 104 | 130 | 73 |
| Binary | 11011011 | 11110010 | 111010 | 1010 | 0 | 1001100 | 101 | 1000100 | 1011000 | 111011 |
Color Harmonies of #DBF23A
Complementary color
Monochromatic Colors of #DBF23A
Black with #DBF23A
Text Example
Text Example
White with #DBF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF23A; }
p { color: rgb(219,242,58); }
H1.HeaderClassName
{
color: #DBF23A;
}
.AnyTagClassName
{
color: #DBF23A;
}
</style>
background-color css
<style>
a { background-color: #DBF23A; }
a { background-color: rgb(219,242,58); }
div.DivClassName
{
background-color: #DBF23A;
}
.BgClassName
{
background-color: #DBF23A;
}
</style>
border-color css
<style>
span { border-color: #DBF23A; }
span { border-color: rgb(219,242,58); }
td.TdClassName
{
border-color: #DBF23A;
}
.TagClassName
{
border-color: #DBF23A;
}
</style>