Shades of Pear #DBF32A
Tints of Pear #DBF32A
RGB
CMYK
RGB Variations
Color information
#DBF32A (or 0xDBF32A) is known color: Pear. HEX triplet: DB, F3 and 2A. RGB value is (219,243,42). Sum of RGB (Red+Green+Blue) = 219+243+42=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF32A is #240CD5. Grayscale: #D5D5D5. Windows color (decimal): -2362582 or 2814939. OLE color: 2814939.
HSL color Cylindrical-coordinate representation of color #DBF32A: hue angle of 67.16º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBF32A is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 42 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.05 |
| HSL | 67.16º | 0.89% | 0.56% | - |
| HSV(B) | 67.16º | 0.83% | 0.95% | - |
| XYZ | 61.68 | 79.33 | 14.25 | - |
| YUV | 212.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 42 | 0.10 | 0 | 0.83 | 0.05 | 67.16 | 0.89 | 0.56 |
| Hex | DB | F3 | 2A | A | 0 | 53 | 5 | 43 | 59 | 38 |
| Octal | 333 | 363 | 52 | 12 | 0 | 123 | 5 | 103 | 131 | 70 |
| Binary | 11011011 | 11110011 | 101010 | 1010 | 0 | 1010011 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DBF32A
Complementary color
Monochromatic Colors of #DBF32A
Black with #DBF32A
Text Example
Text Example
White with #DBF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF32A; }
p { color: rgb(219,243,42); }
H1.HeaderClassName
{
color: #DBF32A;
}
.AnyTagClassName
{
color: #DBF32A;
}
</style>
background-color css
<style>
a { background-color: #DBF32A; }
a { background-color: rgb(219,243,42); }
div.DivClassName
{
background-color: #DBF32A;
}
.BgClassName
{
background-color: #DBF32A;
}
</style>
border-color css
<style>
span { border-color: #DBF32A; }
span { border-color: rgb(219,243,42); }
td.TdClassName
{
border-color: #DBF32A;
}
.TagClassName
{
border-color: #DBF32A;
}
</style>