Shades of Pear #DBF83F
Tints of Pear #DBF83F
RGB
CMYK
RGB Variations
Color information
#DBF83F (or 0xDBF83F) is known color: Pear. HEX triplet: DB, F8 and 3F. RGB value is (219,248,63). Sum of RGB (Red+Green+Blue) = 219+248+63=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF83F is #2407C0. Grayscale: #DADADA. Windows color (decimal): -2361281 or 4192475. OLE color: 4192475.
HSL color Cylindrical-coordinate representation of color #DBF83F: hue angle of 69.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF83F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 63 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.03 |
| HSL | 69.41º | 0.93% | 0.61% | - |
| HSV(B) | 69.41º | 0.75% | 0.97% | - |
| XYZ | 63.68 | 82.55 | 17.28 | - |
| YUV | 218.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 63 | 0.12 | 0 | 0.75 | 0.03 | 69.41 | 0.93 | 0.61 |
| Hex | DB | F8 | 3F | C | 0 | 4B | 3 | 45 | 5D | 3D |
| Octal | 333 | 370 | 77 | 14 | 0 | 113 | 3 | 105 | 135 | 75 |
| Binary | 11011011 | 11111000 | 111111 | 1100 | 0 | 1001011 | 11 | 1000101 | 1011101 | 111101 |
Color Harmonies of #DBF83F
Complementary color
Monochromatic Colors of #DBF83F
Black with #DBF83F
Text Example
Text Example
White with #DBF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF83F; }
p { color: rgb(219,248,63); }
H1.HeaderClassName
{
color: #DBF83F;
}
.AnyTagClassName
{
color: #DBF83F;
}
</style>
background-color css
<style>
a { background-color: #DBF83F; }
a { background-color: rgb(219,248,63); }
div.DivClassName
{
background-color: #DBF83F;
}
.BgClassName
{
background-color: #DBF83F;
}
</style>
border-color css
<style>
span { border-color: #DBF83F; }
span { border-color: rgb(219,248,63); }
td.TdClassName
{
border-color: #DBF83F;
}
.TagClassName
{
border-color: #DBF83F;
}
</style>