Shades of Pear #D9EA1A
Tints of Pear #D9EA1A
RGB
CMYK
RGB Variations
Color information
#D9EA1A (or 0xD9EA1A) is known color: Pear. HEX triplet: D9, EA and 1A. RGB value is (217,234,26). Sum of RGB (Red+Green+Blue) = 217+234+26=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EA1A is #2615E5. Grayscale: #CECECE. Windows color (decimal): -2495974 or 1764057. OLE color: 1764057.
HSL color Cylindrical-coordinate representation of color #D9EA1A: hue angle of 64.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9EA1A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 26 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.08 |
| HSL | 64.9º | 0.83% | 0.51% | - |
| HSV(B) | 64.9º | 0.89% | 0.92% | - |
| XYZ | 58.22 | 73.67 | 12.13 | - |
| YUV | 205.21 | 26.87 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 26 | 0.07 | 0 | 0.89 | 0.08 | 64.9 | 0.83 | 0.51 |
| Hex | D9 | EA | 1A | 7 | 0 | 59 | 8 | 41 | 53 | 33 |
| Octal | 331 | 352 | 32 | 7 | 0 | 131 | 10 | 101 | 123 | 63 |
| Binary | 11011001 | 11101010 | 11010 | 111 | 0 | 1011001 | 1000 | 1000001 | 1010011 | 110011 |
Color Harmonies of #D9EA1A
Complementary color
Monochromatic Colors of #D9EA1A
Black with #D9EA1A
Text Example
Text Example
White with #D9EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA1A; }
p { color: rgb(217,234,26); }
H1.HeaderClassName
{
color: #D9EA1A;
}
.AnyTagClassName
{
color: #D9EA1A;
}
</style>
background-color css
<style>
a { background-color: #D9EA1A; }
a { background-color: rgb(217,234,26); }
div.DivClassName
{
background-color: #D9EA1A;
}
.BgClassName
{
background-color: #D9EA1A;
}
</style>
border-color css
<style>
span { border-color: #D9EA1A; }
span { border-color: rgb(217,234,26); }
td.TdClassName
{
border-color: #D9EA1A;
}
.TagClassName
{
border-color: #D9EA1A;
}
</style>