Shades of Pear #DBF127
Tints of Pear #DBF127
RGB
CMYK
RGB Variations
Color information
#DBF127 (or 0xDBF127) is known color: Pear. HEX triplet: DB, F1 and 27. RGB value is (219,241,39). Sum of RGB (Red+Green+Blue) = 219+241+39=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF127 is #240ED8. Grayscale: #D4D4D4. Windows color (decimal): -2363097 or 2617819. OLE color: 2617819.
HSL color Cylindrical-coordinate representation of color #DBF127: hue angle of 66.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBF127 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 39 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.05 |
| HSL | 66.53º | 0.88% | 0.55% | - |
| HSV(B) | 66.53º | 0.84% | 0.95% | - |
| XYZ | 61.03 | 78.12 | 13.78 | - |
| YUV | 211.39 | 30.71 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 39 | 0.09 | 0 | 0.84 | 0.05 | 66.53 | 0.88 | 0.55 |
| Hex | DB | F1 | 27 | 9 | 0 | 54 | 5 | 43 | 58 | 37 |
| Octal | 333 | 361 | 47 | 11 | 0 | 124 | 5 | 103 | 130 | 67 |
| Binary | 11011011 | 11110001 | 100111 | 1001 | 0 | 1010100 | 101 | 1000011 | 1011000 | 110111 |
Color Harmonies of #DBF127
Complementary color
Monochromatic Colors of #DBF127
Black with #DBF127
Text Example
Text Example
White with #DBF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF127; }
p { color: rgb(219,241,39); }
H1.HeaderClassName
{
color: #DBF127;
}
.AnyTagClassName
{
color: #DBF127;
}
</style>
background-color css
<style>
a { background-color: #DBF127; }
a { background-color: rgb(219,241,39); }
div.DivClassName
{
background-color: #DBF127;
}
.BgClassName
{
background-color: #DBF127;
}
</style>
border-color css
<style>
span { border-color: #DBF127; }
span { border-color: rgb(219,241,39); }
td.TdClassName
{
border-color: #DBF127;
}
.TagClassName
{
border-color: #DBF127;
}
</style>