Shades of Pear #DBF621
Tints of Pear #DBF621
RGB
CMYK
RGB Variations
Color information
#DBF621 (or 0xDBF621) is known color: Pear. HEX triplet: DB, F6 and 21. RGB value is (219,246,33). Sum of RGB (Red+Green+Blue) = 219+246+33=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF621 is #2409DE. Grayscale: #D6D6D6. Windows color (decimal): -2361823 or 2225883. OLE color: 2225883.
HSL color Cylindrical-coordinate representation of color #DBF621: hue angle of 67.61º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF621 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 33 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.61º | 0.92% | 0.55% | - |
| HSV(B) | 67.61º | 0.87% | 0.96% | - |
| XYZ | 62.44 | 81.08 | 13.8 | - |
| YUV | 213.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 33 | 0.11 | 0 | 0.87 | 0.04 | 67.61 | 0.92 | 0.55 |
| Hex | DB | F6 | 21 | B | 0 | 57 | 4 | 44 | 5C | 37 |
| Octal | 333 | 366 | 41 | 13 | 0 | 127 | 4 | 104 | 134 | 67 |
| Binary | 11011011 | 11110110 | 100001 | 1011 | 0 | 1010111 | 100 | 1000100 | 1011100 | 110111 |
Color Harmonies of #DBF621
Complementary color
Monochromatic Colors of #DBF621
Black with #DBF621
Text Example
Text Example
White with #DBF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF621; }
p { color: rgb(219,246,33); }
H1.HeaderClassName
{
color: #DBF621;
}
.AnyTagClassName
{
color: #DBF621;
}
</style>
background-color css
<style>
a { background-color: #DBF621; }
a { background-color: rgb(219,246,33); }
div.DivClassName
{
background-color: #DBF621;
}
.BgClassName
{
background-color: #DBF621;
}
</style>
border-color css
<style>
span { border-color: #DBF621; }
span { border-color: rgb(219,246,33); }
td.TdClassName
{
border-color: #DBF621;
}
.TagClassName
{
border-color: #DBF621;
}
</style>