Shades of Pear #DBFC25
Tints of Pear #DBFC25
RGB
CMYK
RGB Variations
Color information
#DBFC25 (or 0xDBFC25) is known color: Pear. HEX triplet: DB, FC and 25. RGB value is (219,252,37). Sum of RGB (Red+Green+Blue) = 219+252+37=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC25 is #2403DA. Grayscale: #DADADA. Windows color (decimal): -2360283 or 2489563. OLE color: 2489563.
HSL color Cylindrical-coordinate representation of color #DBFC25: hue angle of 69.21º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBFC25 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 37 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.01 |
| HSL | 69.21º | 0.97% | 0.57% | - |
| HSV(B) | 69.21º | 0.85% | 0.99% | - |
| XYZ | 64.36 | 84.81 | 14.73 | - |
| YUV | 217.62 | 26.07 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 37 | 0.13 | 0 | 0.85 | 0.01 | 69.21 | 0.97 | 0.57 |
| Hex | DB | FC | 25 | D | 0 | 55 | 1 | 45 | 61 | 39 |
| Octal | 333 | 374 | 45 | 15 | 0 | 125 | 1 | 105 | 141 | 71 |
| Binary | 11011011 | 11111100 | 100101 | 1101 | 0 | 1010101 | 1 | 1000101 | 1100001 | 111001 |
Color Harmonies of #DBFC25
Complementary color
Monochromatic Colors of #DBFC25
Black with #DBFC25
Text Example
Text Example
White with #DBFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC25; }
p { color: rgb(219,252,37); }
H1.HeaderClassName
{
color: #DBFC25;
}
.AnyTagClassName
{
color: #DBFC25;
}
</style>
background-color css
<style>
a { background-color: #DBFC25; }
a { background-color: rgb(219,252,37); }
div.DivClassName
{
background-color: #DBFC25;
}
.BgClassName
{
background-color: #DBFC25;
}
</style>
border-color css
<style>
span { border-color: #DBFC25; }
span { border-color: rgb(219,252,37); }
td.TdClassName
{
border-color: #DBFC25;
}
.TagClassName
{
border-color: #DBFC25;
}
</style>