Shades of Pear #DBF125
Tints of Pear #DBF125
RGB
CMYK
RGB Variations
Color information
#DBF125 (or 0xDBF125) is known color: Pear. HEX triplet: DB, F1 and 25. RGB value is (219,241,37). Sum of RGB (Red+Green+Blue) = 219+241+37=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF125 is #240EDA. Grayscale: #D3D3D3. Windows color (decimal): -2363099 or 2486747. OLE color: 2486747.
HSL color Cylindrical-coordinate representation of color #DBF125: hue angle of 66.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF125 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.47º | 0.88% | 0.55% | - |
| HSV(B) | 66.47º | 0.85% | 0.95% | - |
| XYZ | 61 | 78.1 | 13.61 | - |
| YUV | 211.17 | 29.71 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 37 | 0.09 | 0 | 0.85 | 0.05 | 66.47 | 0.88 | 0.55 |
| Hex | DB | F1 | 25 | 9 | 0 | 55 | 5 | 42 | 58 | 37 |
| Octal | 333 | 361 | 45 | 11 | 0 | 125 | 5 | 102 | 130 | 67 |
| Binary | 11011011 | 11110001 | 100101 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110111 |
Color Harmonies of #DBF125
Complementary color
Monochromatic Colors of #DBF125
Black with #DBF125
Text Example
Text Example
White with #DBF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF125; }
p { color: rgb(219,241,37); }
H1.HeaderClassName
{
color: #DBF125;
}
.AnyTagClassName
{
color: #DBF125;
}
</style>
background-color css
<style>
a { background-color: #DBF125; }
a { background-color: rgb(219,241,37); }
div.DivClassName
{
background-color: #DBF125;
}
.BgClassName
{
background-color: #DBF125;
}
</style>
border-color css
<style>
span { border-color: #DBF125; }
span { border-color: rgb(219,241,37); }
td.TdClassName
{
border-color: #DBF125;
}
.TagClassName
{
border-color: #DBF125;
}
</style>