Shades of Pear #D4E035
Tints of Pear #D4E035
RGB
CMYK
RGB Variations
Color information
#D4E035 (or 0xD4E035) is known color: Pear. HEX triplet: D4, E0 and 35. RGB value is (212,224,53). Sum of RGB (Red+Green+Blue) = 212+224+53=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E035 is #2B1FCA. Grayscale: #C9C9C9. Windows color (decimal): -2826187 or 3530964. OLE color: 3530964.
HSL color Cylindrical-coordinate representation of color #D4E035: hue angle of 64.21º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4E035 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 53 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.12 |
| HSL | 64.21º | 0.73% | 0.54% | - |
| HSV(B) | 64.21º | 0.76% | 0.88% | - |
| XYZ | 54.45 | 67.57 | 13.54 | - |
| YUV | 200.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 53 | 0.05 | 0 | 0.76 | 0.12 | 64.21 | 0.73 | 0.54 |
| Hex | D4 | E0 | 35 | 5 | 0 | 4C | C | 40 | 49 | 36 |
| Octal | 324 | 340 | 65 | 5 | 0 | 114 | 14 | 100 | 111 | 66 |
| Binary | 11010100 | 11100000 | 110101 | 101 | 0 | 1001100 | 1100 | 1000000 | 1001001 | 110110 |
Color Harmonies of #D4E035
Complementary color
Monochromatic Colors of #D4E035
Black with #D4E035
Text Example
Text Example
White with #D4E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E035; }
p { color: rgb(212,224,53); }
H1.HeaderClassName
{
color: #D4E035;
}
.AnyTagClassName
{
color: #D4E035;
}
</style>
background-color css
<style>
a { background-color: #D4E035; }
a { background-color: rgb(212,224,53); }
div.DivClassName
{
background-color: #D4E035;
}
.BgClassName
{
background-color: #D4E035;
}
</style>
border-color css
<style>
span { border-color: #D4E035; }
span { border-color: rgb(212,224,53); }
td.TdClassName
{
border-color: #D4E035;
}
.TagClassName
{
border-color: #D4E035;
}
</style>