Shades of Pear #DBF12C
Tints of Pear #DBF12C
RGB
CMYK
RGB Variations
Color information
#DBF12C (or 0xDBF12C) is known color: Pear. HEX triplet: DB, F1 and 2C. RGB value is (219,241,44). Sum of RGB (Red+Green+Blue) = 219+241+44=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF12C is #240ED3. Grayscale: #D4D4D4. Windows color (decimal): -2363092 or 2945499. OLE color: 2945499.
HSL color Cylindrical-coordinate representation of color #DBF12C: hue angle of 66.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF12C is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 44 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.05 |
| HSL | 66.7º | 0.88% | 0.56% | - |
| HSV(B) | 66.7º | 0.82% | 0.95% | - |
| XYZ | 61.12 | 78.15 | 14.25 | - |
| YUV | 211.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 44 | 0.09 | 0 | 0.82 | 0.05 | 66.7 | 0.88 | 0.56 |
| Hex | DB | F1 | 2C | 9 | 0 | 52 | 5 | 43 | 58 | 38 |
| Octal | 333 | 361 | 54 | 11 | 0 | 122 | 5 | 103 | 130 | 70 |
| Binary | 11011011 | 11110001 | 101100 | 1001 | 0 | 1010010 | 101 | 1000011 | 1011000 | 111000 |
Color Harmonies of #DBF12C
Complementary color
Monochromatic Colors of #DBF12C
Black with #DBF12C
Text Example
Text Example
White with #DBF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF12C; }
p { color: rgb(219,241,44); }
H1.HeaderClassName
{
color: #DBF12C;
}
.AnyTagClassName
{
color: #DBF12C;
}
</style>
background-color css
<style>
a { background-color: #DBF12C; }
a { background-color: rgb(219,241,44); }
div.DivClassName
{
background-color: #DBF12C;
}
.BgClassName
{
background-color: #DBF12C;
}
</style>
border-color css
<style>
span { border-color: #DBF12C; }
span { border-color: rgb(219,241,44); }
td.TdClassName
{
border-color: #DBF12C;
}
.TagClassName
{
border-color: #DBF12C;
}
</style>