Shades of Pear #DBF642
Tints of Pear #DBF642
RGB
CMYK
RGB Variations
Color information
#DBF642 (or 0xDBF642) is known color: Pear. HEX triplet: DB, F6 and 42. RGB value is (219,246,66). Sum of RGB (Red+Green+Blue) = 219+246+66=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF642 is #2409BD. Grayscale: #DADADA. Windows color (decimal): -2361790 or 4388571. OLE color: 4388571.
HSL color Cylindrical-coordinate representation of color #DBF642: hue angle of 69º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF642 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 66 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.04 |
| HSL | 69º | 0.91% | 0.61% | - |
| HSV(B) | 69º | 0.73% | 0.96% | - |
| XYZ | 63.15 | 81.36 | 17.53 | - |
| YUV | 217.41 | 42.55 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 66 | 0.11 | 0 | 0.73 | 0.04 | 69 | 0.91 | 0.61 |
| Hex | DB | F6 | 42 | B | 0 | 49 | 4 | 45 | 5B | 3D |
| Octal | 333 | 366 | 102 | 13 | 0 | 111 | 4 | 105 | 133 | 75 |
| Binary | 11011011 | 11110110 | 1000010 | 1011 | 0 | 1001001 | 100 | 1000101 | 1011011 | 111101 |
Color Harmonies of #DBF642
Complementary color
Monochromatic Colors of #DBF642
Black with #DBF642
Text Example
Text Example
White with #DBF642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF642; }
p { color: rgb(219,246,66); }
H1.HeaderClassName
{
color: #DBF642;
}
.AnyTagClassName
{
color: #DBF642;
}
</style>
background-color css
<style>
a { background-color: #DBF642; }
a { background-color: rgb(219,246,66); }
div.DivClassName
{
background-color: #DBF642;
}
.BgClassName
{
background-color: #DBF642;
}
</style>
border-color css
<style>
span { border-color: #DBF642; }
span { border-color: rgb(219,246,66); }
td.TdClassName
{
border-color: #DBF642;
}
.TagClassName
{
border-color: #DBF642;
}
</style>