Shades of Pear #D6EA3C
Tints of Pear #D6EA3C
RGB
CMYK
RGB Variations
Color information
#D6EA3C (or 0xD6EA3C) is known color: Pear. HEX triplet: D6, EA and 3C. RGB value is (214,234,60). Sum of RGB (Red+Green+Blue) = 214+234+60=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EA3C is #2915C3. Grayscale: #D0D0D0. Windows color (decimal): -2692548 or 3992278. OLE color: 3992278.
HSL color Cylindrical-coordinate representation of color #D6EA3C: hue angle of 66.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6EA3C is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 234 | 60 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.08 |
| HSL | 66.9º | 0.81% | 0.58% | - |
| HSV(B) | 66.9º | 0.74% | 0.92% | - |
| XYZ | 57.97 | 73.47 | 15.4 | - |
| YUV | 208.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 234 | 60 | 0.09 | 0 | 0.74 | 0.08 | 66.9 | 0.81 | 0.58 |
| Hex | D6 | EA | 3C | 9 | 0 | 4A | 8 | 43 | 51 | 3A |
| Octal | 326 | 352 | 74 | 11 | 0 | 112 | 10 | 103 | 121 | 72 |
| Binary | 11010110 | 11101010 | 111100 | 1001 | 0 | 1001010 | 1000 | 1000011 | 1010001 | 111010 |
Color Harmonies of #D6EA3C
Complementary color
Monochromatic Colors of #D6EA3C
Black with #D6EA3C
Text Example
Text Example
White with #D6EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EA3C; }
p { color: rgb(214,234,60); }
H1.HeaderClassName
{
color: #D6EA3C;
}
.AnyTagClassName
{
color: #D6EA3C;
}
</style>
background-color css
<style>
a { background-color: #D6EA3C; }
a { background-color: rgb(214,234,60); }
div.DivClassName
{
background-color: #D6EA3C;
}
.BgClassName
{
background-color: #D6EA3C;
}
</style>
border-color css
<style>
span { border-color: #D6EA3C; }
span { border-color: rgb(214,234,60); }
td.TdClassName
{
border-color: #D6EA3C;
}
.TagClassName
{
border-color: #D6EA3C;
}
</style>