Shades of Pear #DBF51F
Tints of Pear #DBF51F
RGB
CMYK
RGB Variations
Color information
#DBF51F (or 0xDBF51F) is known color: Pear. HEX triplet: DB, F5 and 1F. RGB value is (219,245,31). Sum of RGB (Red+Green+Blue) = 219+245+31=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF51F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF51F is #240AE0. Grayscale: #D5D5D5. Windows color (decimal): -2362081 or 2094555. OLE color: 2094555.
HSL color Cylindrical-coordinate representation of color #DBF51F: hue angle of 67.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF51F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.29º | 0.91% | 0.54% | - |
| HSV(B) | 67.29º | 0.87% | 0.96% | - |
| XYZ | 62.11 | 80.46 | 13.55 | - |
| YUV | 212.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 31 | 0.11 | 0 | 0.87 | 0.04 | 67.29 | 0.91 | 0.54 |
| Hex | DB | F5 | 1F | B | 0 | 57 | 4 | 43 | 5B | 36 |
| Octal | 333 | 365 | 37 | 13 | 0 | 127 | 4 | 103 | 133 | 66 |
| Binary | 11011011 | 11110101 | 11111 | 1011 | 0 | 1010111 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DBF51F
Complementary color
Monochromatic Colors of #DBF51F
Black with #DBF51F
Text Example
Text Example
White with #DBF51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF51F; }
p { color: rgb(219,245,31); }
H1.HeaderClassName
{
color: #DBF51F;
}
.AnyTagClassName
{
color: #DBF51F;
}
</style>
background-color css
<style>
a { background-color: #DBF51F; }
a { background-color: rgb(219,245,31); }
div.DivClassName
{
background-color: #DBF51F;
}
.BgClassName
{
background-color: #DBF51F;
}
</style>
border-color css
<style>
span { border-color: #DBF51F; }
span { border-color: rgb(219,245,31); }
td.TdClassName
{
border-color: #DBF51F;
}
.TagClassName
{
border-color: #DBF51F;
}
</style>