Shades of Pear #D4E123
Tints of Pear #D4E123
RGB
CMYK
RGB Variations
Color information
#D4E123 (or 0xD4E123) is known color: Pear. HEX triplet: D4, E1 and 23. RGB value is (212,225,35). Sum of RGB (Red+Green+Blue) = 212+225+35=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E123 is #2B1EDC. Grayscale: #C8C8C8. Windows color (decimal): -2825949 or 2351572. OLE color: 2351572.
HSL color Cylindrical-coordinate representation of color #D4E123: hue angle of 64.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4E123 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 35 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.12 |
| HSL | 64.11º | 0.76% | 0.51% | - |
| HSV(B) | 64.11º | 0.84% | 0.88% | - |
| XYZ | 54.38 | 67.97 | 11.84 | - |
| YUV | 199.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 35 | 0.06 | 0 | 0.84 | 0.12 | 64.11 | 0.76 | 0.51 |
| Hex | D4 | E1 | 23 | 6 | 0 | 54 | C | 40 | 4C | 33 |
| Octal | 324 | 341 | 43 | 6 | 0 | 124 | 14 | 100 | 114 | 63 |
| Binary | 11010100 | 11100001 | 100011 | 110 | 0 | 1010100 | 1100 | 1000000 | 1001100 | 110011 |
Color Harmonies of #D4E123
Complementary color
Monochromatic Colors of #D4E123
Black with #D4E123
Text Example
Text Example
White with #D4E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E123; }
p { color: rgb(212,225,35); }
H1.HeaderClassName
{
color: #D4E123;
}
.AnyTagClassName
{
color: #D4E123;
}
</style>
background-color css
<style>
a { background-color: #D4E123; }
a { background-color: rgb(212,225,35); }
div.DivClassName
{
background-color: #D4E123;
}
.BgClassName
{
background-color: #D4E123;
}
</style>
border-color css
<style>
span { border-color: #D4E123; }
span { border-color: rgb(212,225,35); }
td.TdClassName
{
border-color: #D4E123;
}
.TagClassName
{
border-color: #D4E123;
}
</style>