Shades of Pear #DBFC36
Tints of Pear #DBFC36
RGB
CMYK
RGB Variations
Color information
#DBFC36 (or 0xDBFC36) is known color: Pear. HEX triplet: DB, FC and 36. RGB value is (219,252,54). Sum of RGB (Red+Green+Blue) = 219+252+54=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 54 (21.48% from 255 or 10.29% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC36 is #2403C9. Grayscale: #DCDCDC. Windows color (decimal): -2360266 or 3603675. OLE color: 3603675.
HSL color Cylindrical-coordinate representation of color #DBFC36: hue angle of 70º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBFC36 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 54 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.01 |
| HSL | 70º | 0.97% | 0.6% | - |
| HSV(B) | 70º | 0.79% | 0.99% | - |
| XYZ | 64.69 | 84.95 | 16.48 | - |
| YUV | 219.56 | 34.57 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 54 | 0.13 | 0 | 0.79 | 0.01 | 70 | 0.97 | 0.6 |
| Hex | DB | FC | 36 | D | 0 | 4F | 1 | 46 | 61 | 3C |
| Octal | 333 | 374 | 66 | 15 | 0 | 117 | 1 | 106 | 141 | 74 |
| Binary | 11011011 | 11111100 | 110110 | 1101 | 0 | 1001111 | 1 | 1000110 | 1100001 | 111100 |
Color Harmonies of #DBFC36
Complementary color
Monochromatic Colors of #DBFC36
Black with #DBFC36
Text Example
Text Example
White with #DBFC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC36; }
p { color: rgb(219,252,54); }
H1.HeaderClassName
{
color: #DBFC36;
}
.AnyTagClassName
{
color: #DBFC36;
}
</style>
background-color css
<style>
a { background-color: #DBFC36; }
a { background-color: rgb(219,252,54); }
div.DivClassName
{
background-color: #DBFC36;
}
.BgClassName
{
background-color: #DBFC36;
}
</style>
border-color css
<style>
span { border-color: #DBFC36; }
span { border-color: rgb(219,252,54); }
td.TdClassName
{
border-color: #DBFC36;
}
.TagClassName
{
border-color: #DBFC36;
}
</style>