Shades of Pear #DBF233
Tints of Pear #DBF233
RGB
CMYK
RGB Variations
Color information
#DBF233 (or 0xDBF233) is known color: Pear. HEX triplet: DB, F2 and 33. RGB value is (219,242,51). Sum of RGB (Red+Green+Blue) = 219+242+51=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF233 is #240DCC. Grayscale: #D6D6D6. Windows color (decimal): -2362829 or 3404507. OLE color: 3404507.
HSL color Cylindrical-coordinate representation of color #DBF233: hue angle of 67.23º degrees, saturation: 0.88, 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 #DBF233 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 51 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.05 |
| HSL | 67.23º | 0.88% | 0.57% | - |
| HSV(B) | 67.23º | 0.79% | 0.95% | - |
| XYZ | 61.56 | 78.8 | 15.1 | - |
| YUV | 213.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 51 | 0.10 | 0 | 0.79 | 0.05 | 67.23 | 0.88 | 0.57 |
| Hex | DB | F2 | 33 | A | 0 | 4F | 5 | 43 | 58 | 39 |
| Octal | 333 | 362 | 63 | 12 | 0 | 117 | 5 | 103 | 130 | 71 |
| Binary | 11011011 | 11110010 | 110011 | 1010 | 0 | 1001111 | 101 | 1000011 | 1011000 | 111001 |
Color Harmonies of #DBF233
Complementary color
Monochromatic Colors of #DBF233
Black with #DBF233
Text Example
Text Example
White with #DBF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF233; }
p { color: rgb(219,242,51); }
H1.HeaderClassName
{
color: #DBF233;
}
.AnyTagClassName
{
color: #DBF233;
}
</style>
background-color css
<style>
a { background-color: #DBF233; }
a { background-color: rgb(219,242,51); }
div.DivClassName
{
background-color: #DBF233;
}
.BgClassName
{
background-color: #DBF233;
}
</style>
border-color css
<style>
span { border-color: #DBF233; }
span { border-color: rgb(219,242,51); }
td.TdClassName
{
border-color: #DBF233;
}
.TagClassName
{
border-color: #DBF233;
}
</style>