Shades of Pear #DBF33E
Tints of Pear #DBF33E
RGB
CMYK
RGB Variations
Color information
#DBF33E (or 0xDBF33E) is known color: Pear. HEX triplet: DB, F3 and 3E. RGB value is (219,243,62). Sum of RGB (Red+Green+Blue) = 219+243+62=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF33E is #240CC1. Grayscale: #D7D7D7. Windows color (decimal): -2362562 or 4125659. OLE color: 4125659.
HSL color Cylindrical-coordinate representation of color #DBF33E: hue angle of 67.96º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF33E is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 62 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.05 |
| HSL | 67.96º | 0.88% | 0.6% | - |
| HSV(B) | 67.96º | 0.74% | 0.95% | - |
| XYZ | 62.13 | 79.51 | 16.63 | - |
| YUV | 215.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 62 | 0.10 | 0 | 0.74 | 0.05 | 67.96 | 0.88 | 0.6 |
| Hex | DB | F3 | 3E | A | 0 | 4A | 5 | 44 | 58 | 3C |
| Octal | 333 | 363 | 76 | 12 | 0 | 112 | 5 | 104 | 130 | 74 |
| Binary | 11011011 | 11110011 | 111110 | 1010 | 0 | 1001010 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DBF33E
Complementary color
Monochromatic Colors of #DBF33E
Black with #DBF33E
Text Example
Text Example
White with #DBF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF33E; }
p { color: rgb(219,243,62); }
H1.HeaderClassName
{
color: #DBF33E;
}
.AnyTagClassName
{
color: #DBF33E;
}
</style>
background-color css
<style>
a { background-color: #DBF33E; }
a { background-color: rgb(219,243,62); }
div.DivClassName
{
background-color: #DBF33E;
}
.BgClassName
{
background-color: #DBF33E;
}
</style>
border-color css
<style>
span { border-color: #DBF33E; }
span { border-color: rgb(219,243,62); }
td.TdClassName
{
border-color: #DBF33E;
}
.TagClassName
{
border-color: #DBF33E;
}
</style>