Shades of Pear #DBF635
Tints of Pear #DBF635
RGB
CMYK
RGB Variations
Color information
#DBF635 (or 0xDBF635) is known color: Pear. HEX triplet: DB, F6 and 35. RGB value is (219,246,53). Sum of RGB (Red+Green+Blue) = 219+246+53=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF635 is #2409CA. Grayscale: #D8D8D8. Windows color (decimal): -2361803 or 3536603. OLE color: 3536603.
HSL color Cylindrical-coordinate representation of color #DBF635: hue angle of 68.39º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBF635 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 53 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.04 |
| HSL | 68.39º | 0.91% | 0.59% | - |
| HSV(B) | 68.39º | 0.78% | 0.96% | - |
| XYZ | 62.81 | 81.23 | 15.74 | - |
| YUV | 215.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 53 | 0.11 | 0 | 0.78 | 0.04 | 68.39 | 0.91 | 0.59 |
| Hex | DB | F6 | 35 | B | 0 | 4E | 4 | 44 | 5B | 3B |
| Octal | 333 | 366 | 65 | 13 | 0 | 116 | 4 | 104 | 133 | 73 |
| Binary | 11011011 | 11110110 | 110101 | 1011 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111011 |
Color Harmonies of #DBF635
Complementary color
Monochromatic Colors of #DBF635
Black with #DBF635
Text Example
Text Example
White with #DBF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF635; }
p { color: rgb(219,246,53); }
H1.HeaderClassName
{
color: #DBF635;
}
.AnyTagClassName
{
color: #DBF635;
}
</style>
background-color css
<style>
a { background-color: #DBF635; }
a { background-color: rgb(219,246,53); }
div.DivClassName
{
background-color: #DBF635;
}
.BgClassName
{
background-color: #DBF635;
}
</style>
border-color css
<style>
span { border-color: #DBF635; }
span { border-color: rgb(219,246,53); }
td.TdClassName
{
border-color: #DBF635;
}
.TagClassName
{
border-color: #DBF635;
}
</style>