Shades of Pear #DBF725
Tints of Pear #DBF725
RGB
CMYK
RGB Variations
Color information
#DBF725 (or 0xDBF725) is known color: Pear. HEX triplet: DB, F7 and 25. RGB value is (219,247,37). Sum of RGB (Red+Green+Blue) = 219+247+37=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF725 is #2408DA. Grayscale: #D7D7D7. Windows color (decimal): -2361563 or 2488283. OLE color: 2488283.
HSL color Cylindrical-coordinate representation of color #DBF725: hue angle of 68º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF725 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.03 |
| HSL | 68º | 0.93% | 0.56% | - |
| HSV(B) | 68º | 0.85% | 0.97% | - |
| XYZ | 62.81 | 81.72 | 14.21 | - |
| YUV | 214.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 37 | 0.11 | 0 | 0.85 | 0.03 | 68 | 0.93 | 0.56 |
| Hex | DB | F7 | 25 | B | 0 | 55 | 3 | 44 | 5D | 38 |
| Octal | 333 | 367 | 45 | 13 | 0 | 125 | 3 | 104 | 135 | 70 |
| Binary | 11011011 | 11110111 | 100101 | 1011 | 0 | 1010101 | 11 | 1000100 | 1011101 | 111000 |
Color Harmonies of #DBF725
Complementary color
Monochromatic Colors of #DBF725
Black with #DBF725
Text Example
Text Example
White with #DBF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF725; }
p { color: rgb(219,247,37); }
H1.HeaderClassName
{
color: #DBF725;
}
.AnyTagClassName
{
color: #DBF725;
}
</style>
background-color css
<style>
a { background-color: #DBF725; }
a { background-color: rgb(219,247,37); }
div.DivClassName
{
background-color: #DBF725;
}
.BgClassName
{
background-color: #DBF725;
}
</style>
border-color css
<style>
span { border-color: #DBF725; }
span { border-color: rgb(219,247,37); }
td.TdClassName
{
border-color: #DBF725;
}
.TagClassName
{
border-color: #DBF725;
}
</style>