Shades of Pear #DBF341
Tints of Pear #DBF341
RGB
CMYK
RGB Variations
Color information
#DBF341 (or 0xDBF341) is known color: Pear. HEX triplet: DB, F3 and 41. RGB value is (219,243,65). Sum of RGB (Red+Green+Blue) = 219+243+65=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF341 is #240CBE. Grayscale: #D8D8D8. Windows color (decimal): -2362559 or 4322267. OLE color: 4322267.
HSL color Cylindrical-coordinate representation of color #DBF341: hue angle of 68.09º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF341 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 68.09º | 0.88% | 0.6% | - |
| HSV(B) | 68.09º | 0.73% | 0.95% | - |
| XYZ | 62.22 | 79.54 | 17.08 | - |
| YUV | 215.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 65 | 0.10 | 0 | 0.73 | 0.05 | 68.09 | 0.88 | 0.6 |
| Hex | DB | F3 | 41 | A | 0 | 49 | 5 | 44 | 58 | 3C |
| Octal | 333 | 363 | 101 | 12 | 0 | 111 | 5 | 104 | 130 | 74 |
| Binary | 11011011 | 11110011 | 1000001 | 1010 | 0 | 1001001 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DBF341
Complementary color
Monochromatic Colors of #DBF341
Black with #DBF341
Text Example
Text Example
White with #DBF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF341; }
p { color: rgb(219,243,65); }
H1.HeaderClassName
{
color: #DBF341;
}
.AnyTagClassName
{
color: #DBF341;
}
</style>
background-color css
<style>
a { background-color: #DBF341; }
a { background-color: rgb(219,243,65); }
div.DivClassName
{
background-color: #DBF341;
}
.BgClassName
{
background-color: #DBF341;
}
</style>
border-color css
<style>
span { border-color: #DBF341; }
span { border-color: rgb(219,243,65); }
td.TdClassName
{
border-color: #DBF341;
}
.TagClassName
{
border-color: #DBF341;
}
</style>