Shades of Pear #D6E52B
Tints of Pear #D6E52B
RGB
CMYK
RGB Variations
Color information
#D6E52B (or 0xD6E52B) is known color: Pear. HEX triplet: D6, E5 and 2B. RGB value is (214,229,43). Sum of RGB (Red+Green+Blue) = 214+229+43=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E52B is #291AD4. Grayscale: #CCCCCC. Windows color (decimal): -2693845 or 2876886. OLE color: 2876886.
HSL color Cylindrical-coordinate representation of color #D6E52B: hue angle of 64.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6E52B is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 43 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.10 |
| HSL | 64.84º | 0.78% | 0.53% | - |
| HSV(B) | 64.84º | 0.81% | 0.9% | - |
| XYZ | 56.19 | 70.51 | 12.93 | - |
| YUV | 203.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 43 | 0.07 | 0 | 0.81 | 0.10 | 64.84 | 0.78 | 0.53 |
| Hex | D6 | E5 | 2B | 7 | 0 | 51 | A | 41 | 4E | 35 |
| Octal | 326 | 345 | 53 | 7 | 0 | 121 | 12 | 101 | 116 | 65 |
| Binary | 11010110 | 11100101 | 101011 | 111 | 0 | 1010001 | 1010 | 1000001 | 1001110 | 110101 |
Color Harmonies of #D6E52B
Complementary color
Monochromatic Colors of #D6E52B
Black with #D6E52B
Text Example
Text Example
White with #D6E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E52B; }
p { color: rgb(214,229,43); }
H1.HeaderClassName
{
color: #D6E52B;
}
.AnyTagClassName
{
color: #D6E52B;
}
</style>
background-color css
<style>
a { background-color: #D6E52B; }
a { background-color: rgb(214,229,43); }
div.DivClassName
{
background-color: #D6E52B;
}
.BgClassName
{
background-color: #D6E52B;
}
</style>
border-color css
<style>
span { border-color: #D6E52B; }
span { border-color: rgb(214,229,43); }
td.TdClassName
{
border-color: #D6E52B;
}
.TagClassName
{
border-color: #D6E52B;
}
</style>