Shades of Pear #DBF123
Tints of Pear #DBF123
RGB
CMYK
RGB Variations
Color information
#DBF123 (or 0xDBF123) is known color: Pear. HEX triplet: DB, F1 and 23. RGB value is (219,241,35). Sum of RGB (Red+Green+Blue) = 219+241+35=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF123 is #240EDC. Grayscale: #D3D3D3. Windows color (decimal): -2363101 or 2355675. OLE color: 2355675.
HSL color Cylindrical-coordinate representation of color #DBF123: hue angle of 66.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF123 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 35 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.41º | 0.88% | 0.54% | - |
| HSV(B) | 66.41º | 0.85% | 0.95% | - |
| XYZ | 60.97 | 78.09 | 13.45 | - |
| YUV | 210.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 35 | 0.09 | 0 | 0.85 | 0.05 | 66.41 | 0.88 | 0.54 |
| Hex | DB | F1 | 23 | 9 | 0 | 55 | 5 | 42 | 58 | 36 |
| Octal | 333 | 361 | 43 | 11 | 0 | 125 | 5 | 102 | 130 | 66 |
| Binary | 11011011 | 11110001 | 100011 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DBF123
Complementary color
Monochromatic Colors of #DBF123
Black with #DBF123
Text Example
Text Example
White with #DBF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF123; }
p { color: rgb(219,241,35); }
H1.HeaderClassName
{
color: #DBF123;
}
.AnyTagClassName
{
color: #DBF123;
}
</style>
background-color css
<style>
a { background-color: #DBF123; }
a { background-color: rgb(219,241,35); }
div.DivClassName
{
background-color: #DBF123;
}
.BgClassName
{
background-color: #DBF123;
}
</style>
border-color css
<style>
span { border-color: #DBF123; }
span { border-color: rgb(219,241,35); }
td.TdClassName
{
border-color: #DBF123;
}
.TagClassName
{
border-color: #DBF123;
}
</style>