Shades of Pear #D4E12B
Tints of Pear #D4E12B
RGB
CMYK
RGB Variations
Color information
#D4E12B (or 0xD4E12B) is known color: Pear. HEX triplet: D4, E1 and 2B. RGB value is (212,225,43). Sum of RGB (Red+Green+Blue) = 212+225+43=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E12B is #2B1ED4. Grayscale: #C9C9C9. Windows color (decimal): -2825941 or 2875860. OLE color: 2875860.
HSL color Cylindrical-coordinate representation of color #D4E12B: hue angle of 64.29º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4E12B is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 43 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.12 |
| HSL | 64.29º | 0.75% | 0.53% | - |
| HSV(B) | 64.29º | 0.81% | 0.88% | - |
| XYZ | 54.51 | 68.02 | 12.54 | - |
| YUV | 200.37 | 39.19 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 43 | 0.06 | 0 | 0.81 | 0.12 | 64.29 | 0.75 | 0.53 |
| Hex | D4 | E1 | 2B | 6 | 0 | 51 | C | 40 | 4B | 35 |
| Octal | 324 | 341 | 53 | 6 | 0 | 121 | 14 | 100 | 113 | 65 |
| Binary | 11010100 | 11100001 | 101011 | 110 | 0 | 1010001 | 1100 | 1000000 | 1001011 | 110101 |
Color Harmonies of #D4E12B
Complementary color
Monochromatic Colors of #D4E12B
Black with #D4E12B
Text Example
Text Example
White with #D4E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E12B; }
p { color: rgb(212,225,43); }
H1.HeaderClassName
{
color: #D4E12B;
}
.AnyTagClassName
{
color: #D4E12B;
}
</style>
background-color css
<style>
a { background-color: #D4E12B; }
a { background-color: rgb(212,225,43); }
div.DivClassName
{
background-color: #D4E12B;
}
.BgClassName
{
background-color: #D4E12B;
}
</style>
border-color css
<style>
span { border-color: #D4E12B; }
span { border-color: rgb(212,225,43); }
td.TdClassName
{
border-color: #D4E12B;
}
.TagClassName
{
border-color: #D4E12B;
}
</style>