Shades of Pear #D4EA2A
Tints of Pear #D4EA2A
RGB
CMYK
RGB Variations
Color information
#D4EA2A (or 0xD4EA2A) is known color: Pear. HEX triplet: D4, EA and 2A. RGB value is (212,234,42). Sum of RGB (Red+Green+Blue) = 212+234+42=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA2A is #2B15D5. Grayscale: #CECECE. Windows color (decimal): -2823638 or 2812628. OLE color: 2812628.
HSL color Cylindrical-coordinate representation of color #D4EA2A: hue angle of 66.87º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4EA2A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 42 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.08 |
| HSL | 66.87º | 0.82% | 0.54% | - |
| HSV(B) | 66.87º | 0.82% | 0.92% | - |
| XYZ | 56.99 | 73.01 | 13.28 | - |
| YUV | 205.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 42 | 0.09 | 0 | 0.82 | 0.08 | 66.87 | 0.82 | 0.54 |
| Hex | D4 | EA | 2A | 9 | 0 | 52 | 8 | 43 | 52 | 36 |
| Octal | 324 | 352 | 52 | 11 | 0 | 122 | 10 | 103 | 122 | 66 |
| Binary | 11010100 | 11101010 | 101010 | 1001 | 0 | 1010010 | 1000 | 1000011 | 1010010 | 110110 |
Color Harmonies of #D4EA2A
Complementary color
Monochromatic Colors of #D4EA2A
Black with #D4EA2A
Text Example
Text Example
White with #D4EA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA2A; }
p { color: rgb(212,234,42); }
H1.HeaderClassName
{
color: #D4EA2A;
}
.AnyTagClassName
{
color: #D4EA2A;
}
</style>
background-color css
<style>
a { background-color: #D4EA2A; }
a { background-color: rgb(212,234,42); }
div.DivClassName
{
background-color: #D4EA2A;
}
.BgClassName
{
background-color: #D4EA2A;
}
</style>
border-color css
<style>
span { border-color: #D4EA2A; }
span { border-color: rgb(212,234,42); }
td.TdClassName
{
border-color: #D4EA2A;
}
.TagClassName
{
border-color: #D4EA2A;
}
</style>