Shades of Pear #DBF93F
Tints of Pear #DBF93F
RGB
CMYK
RGB Variations
Color information
#DBF93F (or 0xDBF93F) is known color: Pear. HEX triplet: DB, F9 and 3F. RGB value is (219,249,63). Sum of RGB (Red+Green+Blue) = 219+249+63=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93F is #2406C0. Grayscale: #DBDBDB. Windows color (decimal): -2361025 or 4192731. OLE color: 4192731.
HSL color Cylindrical-coordinate representation of color #DBF93F: hue angle of 69.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF93F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 63 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.02 |
| HSL | 69.68º | 0.94% | 0.61% | - |
| HSV(B) | 69.68º | 0.75% | 0.98% | - |
| XYZ | 63.99 | 83.17 | 17.38 | - |
| YUV | 218.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 63 | 0.12 | 0 | 0.75 | 0.02 | 69.68 | 0.94 | 0.61 |
| Hex | DB | F9 | 3F | C | 0 | 4B | 2 | 46 | 5E | 3D |
| Octal | 333 | 371 | 77 | 14 | 0 | 113 | 2 | 106 | 136 | 75 |
| Binary | 11011011 | 11111001 | 111111 | 1100 | 0 | 1001011 | 10 | 1000110 | 1011110 | 111101 |
Color Harmonies of #DBF93F
Complementary color
Monochromatic Colors of #DBF93F
Black with #DBF93F
Text Example
Text Example
White with #DBF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF93F; }
p { color: rgb(219,249,63); }
H1.HeaderClassName
{
color: #DBF93F;
}
.AnyTagClassName
{
color: #DBF93F;
}
</style>
background-color css
<style>
a { background-color: #DBF93F; }
a { background-color: rgb(219,249,63); }
div.DivClassName
{
background-color: #DBF93F;
}
.BgClassName
{
background-color: #DBF93F;
}
</style>
border-color css
<style>
span { border-color: #DBF93F; }
span { border-color: rgb(219,249,63); }
td.TdClassName
{
border-color: #DBF93F;
}
.TagClassName
{
border-color: #DBF93F;
}
</style>