Shades of Pear #DBF83C
Tints of Pear #DBF83C
RGB
CMYK
RGB Variations
Color information
#DBF83C (or 0xDBF83C) is known color: Pear. HEX triplet: DB, F8 and 3C. RGB value is (219,248,60). Sum of RGB (Red+Green+Blue) = 219+248+60=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF83C is #2407C3. Grayscale: #DADADA. Windows color (decimal): -2361284 or 3995867. OLE color: 3995867.
HSL color Cylindrical-coordinate representation of color #DBF83C: hue angle of 69.26º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF83C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 60 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.03 |
| HSL | 69.26º | 0.93% | 0.6% | - |
| HSV(B) | 69.26º | 0.76% | 0.97% | - |
| XYZ | 63.6 | 82.52 | 16.85 | - |
| YUV | 217.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 60 | 0.12 | 0 | 0.76 | 0.03 | 69.26 | 0.93 | 0.6 |
| Hex | DB | F8 | 3C | C | 0 | 4C | 3 | 45 | 5D | 3C |
| Octal | 333 | 370 | 74 | 14 | 0 | 114 | 3 | 105 | 135 | 74 |
| Binary | 11011011 | 11111000 | 111100 | 1100 | 0 | 1001100 | 11 | 1000101 | 1011101 | 111100 |
Color Harmonies of #DBF83C
Complementary color
Monochromatic Colors of #DBF83C
Black with #DBF83C
Text Example
Text Example
White with #DBF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF83C; }
p { color: rgb(219,248,60); }
H1.HeaderClassName
{
color: #DBF83C;
}
.AnyTagClassName
{
color: #DBF83C;
}
</style>
background-color css
<style>
a { background-color: #DBF83C; }
a { background-color: rgb(219,248,60); }
div.DivClassName
{
background-color: #DBF83C;
}
.BgClassName
{
background-color: #DBF83C;
}
</style>
border-color css
<style>
span { border-color: #DBF83C; }
span { border-color: rgb(219,248,60); }
td.TdClassName
{
border-color: #DBF83C;
}
.TagClassName
{
border-color: #DBF83C;
}
</style>