Shades of Pear #DBF325
Tints of Pear #DBF325
RGB
CMYK
RGB Variations
Color information
#DBF325 (or 0xDBF325) is known color: Pear. HEX triplet: DB, F3 and 25. RGB value is (219,243,37). Sum of RGB (Red+Green+Blue) = 219+243+37=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF325 is #240CDA. Grayscale: #D5D5D5. Windows color (decimal): -2362587 or 2487259. OLE color: 2487259.
HSL color Cylindrical-coordinate representation of color #DBF325: hue angle of 66.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF325 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.05 |
| HSL | 66.99º | 0.9% | 0.55% | - |
| HSV(B) | 66.99º | 0.85% | 0.95% | - |
| XYZ | 61.6 | 79.29 | 13.81 | - |
| YUV | 212.34 | 29.05 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 37 | 0.10 | 0 | 0.85 | 0.05 | 66.99 | 0.9 | 0.55 |
| Hex | DB | F3 | 25 | A | 0 | 55 | 5 | 43 | 5A | 37 |
| Octal | 333 | 363 | 45 | 12 | 0 | 125 | 5 | 103 | 132 | 67 |
| Binary | 11011011 | 11110011 | 100101 | 1010 | 0 | 1010101 | 101 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DBF325
Complementary color
Monochromatic Colors of #DBF325
Black with #DBF325
Text Example
Text Example
White with #DBF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF325; }
p { color: rgb(219,243,37); }
H1.HeaderClassName
{
color: #DBF325;
}
.AnyTagClassName
{
color: #DBF325;
}
</style>
background-color css
<style>
a { background-color: #DBF325; }
a { background-color: rgb(219,243,37); }
div.DivClassName
{
background-color: #DBF325;
}
.BgClassName
{
background-color: #DBF325;
}
</style>
border-color css
<style>
span { border-color: #DBF325; }
span { border-color: rgb(219,243,37); }
td.TdClassName
{
border-color: #DBF325;
}
.TagClassName
{
border-color: #DBF325;
}
</style>