Shades of Pear #DBF228
Tints of Pear #DBF228
RGB
CMYK
RGB Variations
Color information
#DBF228 (or 0xDBF228) is known color: Pear. HEX triplet: DB, F2 and 28. RGB value is (219,242,40). Sum of RGB (Red+Green+Blue) = 219+242+40=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF228 is #240DD7. Grayscale: #D4D4D4. Windows color (decimal): -2362840 or 2683611. OLE color: 2683611.
HSL color Cylindrical-coordinate representation of color #DBF228: hue angle of 66.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBF228 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 40 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.05 |
| HSL | 66.83º | 0.89% | 0.55% | - |
| HSV(B) | 66.83º | 0.83% | 0.95% | - |
| XYZ | 61.35 | 78.72 | 13.97 | - |
| YUV | 212.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 40 | 0.10 | 0 | 0.83 | 0.05 | 66.83 | 0.89 | 0.55 |
| Hex | DB | F2 | 28 | A | 0 | 53 | 5 | 43 | 59 | 37 |
| Octal | 333 | 362 | 50 | 12 | 0 | 123 | 5 | 103 | 131 | 67 |
| Binary | 11011011 | 11110010 | 101000 | 1010 | 0 | 1010011 | 101 | 1000011 | 1011001 | 110111 |
Color Harmonies of #DBF228
Complementary color
Monochromatic Colors of #DBF228
Black with #DBF228
Text Example
Text Example
White with #DBF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF228; }
p { color: rgb(219,242,40); }
H1.HeaderClassName
{
color: #DBF228;
}
.AnyTagClassName
{
color: #DBF228;
}
</style>
background-color css
<style>
a { background-color: #DBF228; }
a { background-color: rgb(219,242,40); }
div.DivClassName
{
background-color: #DBF228;
}
.BgClassName
{
background-color: #DBF228;
}
</style>
border-color css
<style>
span { border-color: #DBF228; }
span { border-color: rgb(219,242,40); }
td.TdClassName
{
border-color: #DBF228;
}
.TagClassName
{
border-color: #DBF228;
}
</style>