Shades of Pear #D6E941
Tints of Pear #D6E941
RGB
CMYK
RGB Variations
Color information
#D6E941 (or 0xD6E941) is known color: Pear. HEX triplet: D6, E9 and 41. RGB value is (214,233,65). Sum of RGB (Red+Green+Blue) = 214+233+65=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E941 is #2916BE. Grayscale: #D0D0D0. Windows color (decimal): -2692799 or 4319702. OLE color: 4319702.
HSL color Cylindrical-coordinate representation of color #D6E941: hue angle of 66.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6E941 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 65 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.09 |
| HSL | 66.79º | 0.79% | 0.58% | - |
| HSV(B) | 66.79º | 0.72% | 0.91% | - |
| XYZ | 57.82 | 72.96 | 16.04 | - |
| YUV | 208.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 65 | 0.08 | 0 | 0.72 | 0.09 | 66.79 | 0.79 | 0.58 |
| Hex | D6 | E9 | 41 | 8 | 0 | 48 | 9 | 43 | 4F | 3A |
| Octal | 326 | 351 | 101 | 10 | 0 | 110 | 11 | 103 | 117 | 72 |
| Binary | 11010110 | 11101001 | 1000001 | 1000 | 0 | 1001000 | 1001 | 1000011 | 1001111 | 111010 |
Color Harmonies of #D6E941
Complementary color
Monochromatic Colors of #D6E941
Black with #D6E941
Text Example
Text Example
White with #D6E941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E941; }
p { color: rgb(214,233,65); }
H1.HeaderClassName
{
color: #D6E941;
}
.AnyTagClassName
{
color: #D6E941;
}
</style>
background-color css
<style>
a { background-color: #D6E941; }
a { background-color: rgb(214,233,65); }
div.DivClassName
{
background-color: #D6E941;
}
.BgClassName
{
background-color: #D6E941;
}
</style>
border-color css
<style>
span { border-color: #D6E941; }
span { border-color: rgb(214,233,65); }
td.TdClassName
{
border-color: #D6E941;
}
.TagClassName
{
border-color: #D6E941;
}
</style>