Shades of Pear #DBF936
Tints of Pear #DBF936
RGB
CMYK
RGB Variations
Color information
#DBF936 (or 0xDBF936) is known color: Pear. HEX triplet: DB, F9 and 36. RGB value is (219,249,54). Sum of RGB (Red+Green+Blue) = 219+249+54=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF936 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF936 is #2406C9. Grayscale: #DADADA. Windows color (decimal): -2361034 or 3602907. OLE color: 3602907.
HSL color Cylindrical-coordinate representation of color #DBF936: hue angle of 69.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBF936 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 54 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.02 |
| HSL | 69.23º | 0.94% | 0.59% | - |
| HSV(B) | 69.23º | 0.78% | 0.98% | - |
| XYZ | 63.75 | 83.08 | 16.17 | - |
| YUV | 217.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 54 | 0.12 | 0 | 0.78 | 0.02 | 69.23 | 0.94 | 0.59 |
| Hex | DB | F9 | 36 | C | 0 | 4E | 2 | 45 | 5E | 3B |
| Octal | 333 | 371 | 66 | 14 | 0 | 116 | 2 | 105 | 136 | 73 |
| Binary | 11011011 | 11111001 | 110110 | 1100 | 0 | 1001110 | 10 | 1000101 | 1011110 | 111011 |
Color Harmonies of #DBF936
Complementary color
Monochromatic Colors of #DBF936
Black with #DBF936
Text Example
Text Example
White with #DBF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF936; }
p { color: rgb(219,249,54); }
H1.HeaderClassName
{
color: #DBF936;
}
.AnyTagClassName
{
color: #DBF936;
}
</style>
background-color css
<style>
a { background-color: #DBF936; }
a { background-color: rgb(219,249,54); }
div.DivClassName
{
background-color: #DBF936;
}
.BgClassName
{
background-color: #DBF936;
}
</style>
border-color css
<style>
span { border-color: #DBF936; }
span { border-color: rgb(219,249,54); }
td.TdClassName
{
border-color: #DBF936;
}
.TagClassName
{
border-color: #DBF936;
}
</style>