Shades of Pear #DBF133
Tints of Pear #DBF133
RGB
CMYK
RGB Variations
Color information
#DBF133 (or 0xDBF133) is known color: Pear. HEX triplet: DB, F1 and 33. RGB value is (219,241,51). Sum of RGB (Red+Green+Blue) = 219+241+51=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF133 is #240ECC. Grayscale: #D5D5D5. Windows color (decimal): -2363085 or 3404251. OLE color: 3404251.
HSL color Cylindrical-coordinate representation of color #DBF133: hue angle of 66.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBF133 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 51 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.95º | 0.87% | 0.57% | - |
| HSV(B) | 66.95º | 0.79% | 0.95% | - |
| XYZ | 61.27 | 78.21 | 15 | - |
| YUV | 212.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 51 | 0.09 | 0 | 0.79 | 0.05 | 66.95 | 0.87 | 0.57 |
| Hex | DB | F1 | 33 | 9 | 0 | 4F | 5 | 43 | 57 | 39 |
| Octal | 333 | 361 | 63 | 11 | 0 | 117 | 5 | 103 | 127 | 71 |
| Binary | 11011011 | 11110001 | 110011 | 1001 | 0 | 1001111 | 101 | 1000011 | 1010111 | 111001 |
Color Harmonies of #DBF133
Complementary color
Monochromatic Colors of #DBF133
Black with #DBF133
Text Example
Text Example
White with #DBF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF133; }
p { color: rgb(219,241,51); }
H1.HeaderClassName
{
color: #DBF133;
}
.AnyTagClassName
{
color: #DBF133;
}
</style>
background-color css
<style>
a { background-color: #DBF133; }
a { background-color: rgb(219,241,51); }
div.DivClassName
{
background-color: #DBF133;
}
.BgClassName
{
background-color: #DBF133;
}
</style>
border-color css
<style>
span { border-color: #DBF133; }
span { border-color: rgb(219,241,51); }
td.TdClassName
{
border-color: #DBF133;
}
.TagClassName
{
border-color: #DBF133;
}
</style>