Shades of Pear #DBF927
Tints of Pear #DBF927
RGB
CMYK
RGB Variations
Color information
#DBF927 (or 0xDBF927) is known color: Pear. HEX triplet: DB, F9 and 27. RGB value is (219,249,39). Sum of RGB (Red+Green+Blue) = 219+249+39=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 39 (15.62% from 255 or 7.69% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF927 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF927 is #2406D8. Grayscale: #D8D8D8. Windows color (decimal): -2361049 or 2619867. OLE color: 2619867.
HSL color Cylindrical-coordinate representation of color #DBF927: hue angle of 68.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBF927 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 39 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.02 |
| HSL | 68.57º | 0.95% | 0.56% | - |
| HSV(B) | 68.57º | 0.84% | 0.98% | - |
| XYZ | 63.46 | 82.96 | 14.59 | - |
| YUV | 216.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 39 | 0.12 | 0 | 0.84 | 0.02 | 68.57 | 0.95 | 0.56 |
| Hex | DB | F9 | 27 | C | 0 | 54 | 2 | 45 | 5F | 38 |
| Octal | 333 | 371 | 47 | 14 | 0 | 124 | 2 | 105 | 137 | 70 |
| Binary | 11011011 | 11111001 | 100111 | 1100 | 0 | 1010100 | 10 | 1000101 | 1011111 | 111000 |
Color Harmonies of #DBF927
Complementary color
Monochromatic Colors of #DBF927
Black with #DBF927
Text Example
Text Example
White with #DBF927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF927; }
p { color: rgb(219,249,39); }
H1.HeaderClassName
{
color: #DBF927;
}
.AnyTagClassName
{
color: #DBF927;
}
</style>
background-color css
<style>
a { background-color: #DBF927; }
a { background-color: rgb(219,249,39); }
div.DivClassName
{
background-color: #DBF927;
}
.BgClassName
{
background-color: #DBF927;
}
</style>
border-color css
<style>
span { border-color: #DBF927; }
span { border-color: rgb(219,249,39); }
td.TdClassName
{
border-color: #DBF927;
}
.TagClassName
{
border-color: #DBF927;
}
</style>