Shades of Pear #DBF83D
Tints of Pear #DBF83D
RGB
CMYK
RGB Variations
Color information
#DBF83D (or 0xDBF83D) is known color: Pear. HEX triplet: DB, F8 and 3D. RGB value is (219,248,61). Sum of RGB (Red+Green+Blue) = 219+248+61=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF83D is #2407C2. Grayscale: #DADADA. Windows color (decimal): -2361283 or 4061403. OLE color: 4061403.
HSL color Cylindrical-coordinate representation of color #DBF83D: hue angle of 69.3º 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 #DBF83D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 61 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.03 |
| HSL | 69.3º | 0.93% | 0.61% | - |
| HSV(B) | 69.3º | 0.75% | 0.97% | - |
| XYZ | 63.62 | 82.53 | 16.99 | - |
| YUV | 218.01 | 39.39 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 61 | 0.12 | 0 | 0.75 | 0.03 | 69.3 | 0.93 | 0.61 |
| Hex | DB | F8 | 3D | C | 0 | 4B | 3 | 45 | 5D | 3D |
| Octal | 333 | 370 | 75 | 14 | 0 | 113 | 3 | 105 | 135 | 75 |
| Binary | 11011011 | 11111000 | 111101 | 1100 | 0 | 1001011 | 11 | 1000101 | 1011101 | 111101 |
Color Harmonies of #DBF83D
Complementary color
Monochromatic Colors of #DBF83D
Black with #DBF83D
Text Example
Text Example
White with #DBF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF83D; }
p { color: rgb(219,248,61); }
H1.HeaderClassName
{
color: #DBF83D;
}
.AnyTagClassName
{
color: #DBF83D;
}
</style>
background-color css
<style>
a { background-color: #DBF83D; }
a { background-color: rgb(219,248,61); }
div.DivClassName
{
background-color: #DBF83D;
}
.BgClassName
{
background-color: #DBF83D;
}
</style>
border-color css
<style>
span { border-color: #DBF83D; }
span { border-color: rgb(219,248,61); }
td.TdClassName
{
border-color: #DBF83D;
}
.TagClassName
{
border-color: #DBF83D;
}
</style>