Shades of Pear #D4EA1A
Tints of Pear #D4EA1A
RGB
CMYK
RGB Variations
Color information
#D4EA1A (or 0xD4EA1A) is known color: Pear. HEX triplet: D4, EA and 1A. RGB value is (212,234,26). Sum of RGB (Red+Green+Blue) = 212+234+26=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA1A is #2B15E5. Grayscale: #CCCCCC. Windows color (decimal): -2823654 or 1764052. OLE color: 1764052.
HSL color Cylindrical-coordinate representation of color #D4EA1A: hue angle of 66.35º 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 #D4EA1A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.08 |
| HSL | 66.35º | 0.83% | 0.51% | - |
| HSV(B) | 66.35º | 0.89% | 0.92% | - |
| XYZ | 56.76 | 72.92 | 12.06 | - |
| YUV | 203.71 | 27.71 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 26 | 0.09 | 0 | 0.89 | 0.08 | 66.35 | 0.83 | 0.51 |
| Hex | D4 | EA | 1A | 9 | 0 | 59 | 8 | 42 | 53 | 33 |
| Octal | 324 | 352 | 32 | 11 | 0 | 131 | 10 | 102 | 123 | 63 |
| Binary | 11010100 | 11101010 | 11010 | 1001 | 0 | 1011001 | 1000 | 1000010 | 1010011 | 110011 |
Color Harmonies of #D4EA1A
Complementary color
Monochromatic Colors of #D4EA1A
Black with #D4EA1A
Text Example
Text Example
White with #D4EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA1A; }
p { color: rgb(212,234,26); }
H1.HeaderClassName
{
color: #D4EA1A;
}
.AnyTagClassName
{
color: #D4EA1A;
}
</style>
background-color css
<style>
a { background-color: #D4EA1A; }
a { background-color: rgb(212,234,26); }
div.DivClassName
{
background-color: #D4EA1A;
}
.BgClassName
{
background-color: #D4EA1A;
}
</style>
border-color css
<style>
span { border-color: #D4EA1A; }
span { border-color: rgb(212,234,26); }
td.TdClassName
{
border-color: #D4EA1A;
}
.TagClassName
{
border-color: #D4EA1A;
}
</style>