Shades of Pear #DBF01B
Tints of Pear #DBF01B
RGB
CMYK
RGB Variations
Color information
#DBF01B (or 0xDBF01B) is known color: Pear. HEX triplet: DB, F0 and 1B. RGB value is (219,240,27). Sum of RGB (Red+Green+Blue) = 219+240+27=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF01B is #240FE4. Grayscale: #D2D2D2. Windows color (decimal): -2363365 or 1831131. OLE color: 1831131.
HSL color Cylindrical-coordinate representation of color #DBF01B: hue angle of 65.92º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBF01B is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 27 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.06 |
| HSL | 65.92º | 0.88% | 0.52% | - |
| HSV(B) | 65.92º | 0.89% | 0.94% | - |
| XYZ | 60.57 | 77.46 | 12.8 | - |
| YUV | 209.44 | 25.04 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 27 | 0.09 | 0 | 0.89 | 0.06 | 65.92 | 0.88 | 0.52 |
| Hex | DB | F0 | 1B | 9 | 0 | 59 | 6 | 42 | 58 | 34 |
| Octal | 333 | 360 | 33 | 11 | 0 | 131 | 6 | 102 | 130 | 64 |
| Binary | 11011011 | 11110000 | 11011 | 1001 | 0 | 1011001 | 110 | 1000010 | 1011000 | 110100 |
Color Harmonies of #DBF01B
Complementary color
Monochromatic Colors of #DBF01B
Black with #DBF01B
Text Example
Text Example
White with #DBF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF01B; }
p { color: rgb(219,240,27); }
H1.HeaderClassName
{
color: #DBF01B;
}
.AnyTagClassName
{
color: #DBF01B;
}
</style>
background-color css
<style>
a { background-color: #DBF01B; }
a { background-color: rgb(219,240,27); }
div.DivClassName
{
background-color: #DBF01B;
}
.BgClassName
{
background-color: #DBF01B;
}
</style>
border-color css
<style>
span { border-color: #DBF01B; }
span { border-color: rgb(219,240,27); }
td.TdClassName
{
border-color: #DBF01B;
}
.TagClassName
{
border-color: #DBF01B;
}
</style>