Shades of Pear #D4EA32
Tints of Pear #D4EA32
RGB
CMYK
RGB Variations
Color information
#D4EA32 (or 0xD4EA32) is known color: Pear. HEX triplet: D4, EA and 32. RGB value is (212,234,50). Sum of RGB (Red+Green+Blue) = 212+234+50=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA32 is #2B15CD. Grayscale: #CFCFCF. Windows color (decimal): -2823630 or 3336916. OLE color: 3336916.
HSL color Cylindrical-coordinate representation of color #D4EA32: hue angle of 67.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4EA32 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.08 |
| HSL | 67.17º | 0.81% | 0.56% | - |
| HSV(B) | 67.17º | 0.79% | 0.92% | - |
| XYZ | 57.15 | 73.07 | 14.11 | - |
| YUV | 206.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 50 | 0.09 | 0 | 0.79 | 0.08 | 67.17 | 0.81 | 0.56 |
| Hex | D4 | EA | 32 | 9 | 0 | 4F | 8 | 43 | 51 | 38 |
| Octal | 324 | 352 | 62 | 11 | 0 | 117 | 10 | 103 | 121 | 70 |
| Binary | 11010100 | 11101010 | 110010 | 1001 | 0 | 1001111 | 1000 | 1000011 | 1010001 | 111000 |
Color Harmonies of #D4EA32
Complementary color
Monochromatic Colors of #D4EA32
Black with #D4EA32
Text Example
Text Example
White with #D4EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA32; }
p { color: rgb(212,234,50); }
H1.HeaderClassName
{
color: #D4EA32;
}
.AnyTagClassName
{
color: #D4EA32;
}
</style>
background-color css
<style>
a { background-color: #D4EA32; }
a { background-color: rgb(212,234,50); }
div.DivClassName
{
background-color: #D4EA32;
}
.BgClassName
{
background-color: #D4EA32;
}
</style>
border-color css
<style>
span { border-color: #D4EA32; }
span { border-color: rgb(212,234,50); }
td.TdClassName
{
border-color: #D4EA32;
}
.TagClassName
{
border-color: #D4EA32;
}
</style>