Shades of Pear #D6E945
Tints of Pear #D6E945
RGB
CMYK
RGB Variations
Color information
#D6E945 (or 0xD6E945) is known color: Pear. HEX triplet: D6, E9 and 45. RGB value is (214,233,69). Sum of RGB (Red+Green+Blue) = 214+233+69=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E945 is #2916BA. Grayscale: #D1D1D1. Windows color (decimal): -2692795 or 4581846. OLE color: 4581846.
HSL color Cylindrical-coordinate representation of color #D6E945: hue angle of 66.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6E945 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 69 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.09 |
| HSL | 66.95º | 0.79% | 0.59% | - |
| HSV(B) | 66.95º | 0.7% | 0.91% | - |
| XYZ | 57.94 | 73 | 16.67 | - |
| YUV | 208.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 69 | 0.08 | 0 | 0.70 | 0.09 | 66.95 | 0.79 | 0.59 |
| Hex | D6 | E9 | 45 | 8 | 0 | 46 | 9 | 43 | 4F | 3B |
| Octal | 326 | 351 | 105 | 10 | 0 | 106 | 11 | 103 | 117 | 73 |
| Binary | 11010110 | 11101001 | 1000101 | 1000 | 0 | 1000110 | 1001 | 1000011 | 1001111 | 111011 |
Color Harmonies of #D6E945
Complementary color
Monochromatic Colors of #D6E945
Black with #D6E945
Text Example
Text Example
White with #D6E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E945; }
p { color: rgb(214,233,69); }
H1.HeaderClassName
{
color: #D6E945;
}
.AnyTagClassName
{
color: #D6E945;
}
</style>
background-color css
<style>
a { background-color: #D6E945; }
a { background-color: rgb(214,233,69); }
div.DivClassName
{
background-color: #D6E945;
}
.BgClassName
{
background-color: #D6E945;
}
</style>
border-color css
<style>
span { border-color: #D6E945; }
span { border-color: rgb(214,233,69); }
td.TdClassName
{
border-color: #D6E945;
}
.TagClassName
{
border-color: #D6E945;
}
</style>