Shades of Pear #D6E341
Tints of Pear #D6E341
RGB
CMYK
RGB Variations
Color information
#D6E341 (or 0xD6E341) is known color: Pear. HEX triplet: D6, E3 and 41. RGB value is (214,227,65). Sum of RGB (Red+Green+Blue) = 214+227+65=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E341 is #291CBE. Grayscale: #CDCDCD. Windows color (decimal): -2694335 or 4318166. OLE color: 4318166.
HSL color Cylindrical-coordinate representation of color #D6E341: hue angle of 64.81º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6E341 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 227 | 65 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.11 |
| HSL | 64.81º | 0.74% | 0.57% | - |
| HSV(B) | 64.81º | 0.71% | 0.89% | - |
| XYZ | 56.15 | 69.62 | 15.48 | - |
| YUV | 204.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 65 | 0.06 | 0 | 0.71 | 0.11 | 64.81 | 0.74 | 0.57 |
| Hex | D6 | E3 | 41 | 6 | 0 | 47 | B | 41 | 4A | 39 |
| Octal | 326 | 343 | 101 | 6 | 0 | 107 | 13 | 101 | 112 | 71 |
| Binary | 11010110 | 11100011 | 1000001 | 110 | 0 | 1000111 | 1011 | 1000001 | 1001010 | 111001 |
Color Harmonies of #D6E341
Complementary color
Monochromatic Colors of #D6E341
Black with #D6E341
Text Example
Text Example
White with #D6E341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E341; }
p { color: rgb(214,227,65); }
H1.HeaderClassName
{
color: #D6E341;
}
.AnyTagClassName
{
color: #D6E341;
}
</style>
background-color css
<style>
a { background-color: #D6E341; }
a { background-color: rgb(214,227,65); }
div.DivClassName
{
background-color: #D6E341;
}
.BgClassName
{
background-color: #D6E341;
}
</style>
border-color css
<style>
span { border-color: #D6E341; }
span { border-color: rgb(214,227,65); }
td.TdClassName
{
border-color: #D6E341;
}
.TagClassName
{
border-color: #D6E341;
}
</style>