Shades of Pear #DBEE3F
Tints of Pear #DBEE3F
RGB
CMYK
RGB Variations
Color information
#DBEE3F (or 0xDBEE3F) is known color: Pear. HEX triplet: DB, EE and 3F. RGB value is (219,238,63). Sum of RGB (Red+Green+Blue) = 219+238+63=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE3F is #2411C0. Grayscale: #D5D5D5. Windows color (decimal): -2363841 or 4189915. OLE color: 4189915.
HSL color Cylindrical-coordinate representation of color #DBEE3F: hue angle of 66.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEE3F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 63 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.07 |
| HSL | 66.51º | 0.84% | 0.59% | - |
| HSV(B) | 66.51º | 0.74% | 0.93% | - |
| XYZ | 60.69 | 76.57 | 16.28 | - |
| YUV | 212.37 | 43.71 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 63 | 0.08 | 0 | 0.74 | 0.07 | 66.51 | 0.84 | 0.59 |
| Hex | DB | EE | 3F | 8 | 0 | 4A | 7 | 43 | 54 | 3B |
| Octal | 333 | 356 | 77 | 10 | 0 | 112 | 7 | 103 | 124 | 73 |
| Binary | 11011011 | 11101110 | 111111 | 1000 | 0 | 1001010 | 111 | 1000011 | 1010100 | 111011 |
Color Harmonies of #DBEE3F
Complementary color
Monochromatic Colors of #DBEE3F
Black with #DBEE3F
Text Example
Text Example
White with #DBEE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE3F; }
p { color: rgb(219,238,63); }
H1.HeaderClassName
{
color: #DBEE3F;
}
.AnyTagClassName
{
color: #DBEE3F;
}
</style>
background-color css
<style>
a { background-color: #DBEE3F; }
a { background-color: rgb(219,238,63); }
div.DivClassName
{
background-color: #DBEE3F;
}
.BgClassName
{
background-color: #DBEE3F;
}
</style>
border-color css
<style>
span { border-color: #DBEE3F; }
span { border-color: rgb(219,238,63); }
td.TdClassName
{
border-color: #DBEE3F;
}
.TagClassName
{
border-color: #DBEE3F;
}
</style>