Shades of Pear #DBF523
Tints of Pear #DBF523
RGB
CMYK
RGB Variations
Color information
#DBF523 (or 0xDBF523) is known color: Pear. HEX triplet: DB, F5 and 23. RGB value is (219,245,35). Sum of RGB (Red+Green+Blue) = 219+245+35=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF523 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF523 is #240ADC. Grayscale: #D6D6D6. Windows color (decimal): -2362077 or 2356699. OLE color: 2356699.
HSL color Cylindrical-coordinate representation of color #DBF523: hue angle of 67.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF523 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 35 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.04 |
| HSL | 67.43º | 0.91% | 0.55% | - |
| HSV(B) | 67.43º | 0.86% | 0.96% | - |
| XYZ | 62.17 | 80.49 | 13.85 | - |
| YUV | 213.29 | 27.39 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 35 | 0.11 | 0 | 0.86 | 0.04 | 67.43 | 0.91 | 0.55 |
| Hex | DB | F5 | 23 | B | 0 | 56 | 4 | 43 | 5B | 37 |
| Octal | 333 | 365 | 43 | 13 | 0 | 126 | 4 | 103 | 133 | 67 |
| Binary | 11011011 | 11110101 | 100011 | 1011 | 0 | 1010110 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DBF523
Complementary color
Monochromatic Colors of #DBF523
Black with #DBF523
Text Example
Text Example
White with #DBF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF523; }
p { color: rgb(219,245,35); }
H1.HeaderClassName
{
color: #DBF523;
}
.AnyTagClassName
{
color: #DBF523;
}
</style>
background-color css
<style>
a { background-color: #DBF523; }
a { background-color: rgb(219,245,35); }
div.DivClassName
{
background-color: #DBF523;
}
.BgClassName
{
background-color: #DBF523;
}
</style>
border-color css
<style>
span { border-color: #DBF523; }
span { border-color: rgb(219,245,35); }
td.TdClassName
{
border-color: #DBF523;
}
.TagClassName
{
border-color: #DBF523;
}
</style>