Shades of Pear #DBF73F
Tints of Pear #DBF73F
RGB
CMYK
RGB Variations
Color information
#DBF73F (or 0xDBF73F) is known color: Pear. HEX triplet: DB, F7 and 3F. RGB value is (219,247,63). Sum of RGB (Red+Green+Blue) = 219+247+63=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF73F is #2408C0. Grayscale: #DADADA. Windows color (decimal): -2361537 or 4192219. OLE color: 4192219.
HSL color Cylindrical-coordinate representation of color #DBF73F: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF73F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 63 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.03 |
| HSL | 69.13º | 0.92% | 0.61% | - |
| HSV(B) | 69.13º | 0.74% | 0.97% | - |
| XYZ | 63.37 | 81.94 | 17.18 | - |
| YUV | 217.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 63 | 0.11 | 0 | 0.74 | 0.03 | 69.13 | 0.92 | 0.61 |
| Hex | DB | F7 | 3F | B | 0 | 4A | 3 | 45 | 5C | 3D |
| Octal | 333 | 367 | 77 | 13 | 0 | 112 | 3 | 105 | 134 | 75 |
| Binary | 11011011 | 11110111 | 111111 | 1011 | 0 | 1001010 | 11 | 1000101 | 1011100 | 111101 |
Color Harmonies of #DBF73F
Complementary color
Monochromatic Colors of #DBF73F
Black with #DBF73F
Text Example
Text Example
White with #DBF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF73F; }
p { color: rgb(219,247,63); }
H1.HeaderClassName
{
color: #DBF73F;
}
.AnyTagClassName
{
color: #DBF73F;
}
</style>
background-color css
<style>
a { background-color: #DBF73F; }
a { background-color: rgb(219,247,63); }
div.DivClassName
{
background-color: #DBF73F;
}
.BgClassName
{
background-color: #DBF73F;
}
</style>
border-color css
<style>
span { border-color: #DBF73F; }
span { border-color: rgb(219,247,63); }
td.TdClassName
{
border-color: #DBF73F;
}
.TagClassName
{
border-color: #DBF73F;
}
</style>