Shades of Pear #D4ED48
Tints of Pear #D4ED48
RGB
CMYK
RGB Variations
Color information
#D4ED48 (or 0xD4ED48) is known color: Pear. HEX triplet: D4, ED and 48. RGB value is (212,237,72). Sum of RGB (Red+Green+Blue) = 212+237+72=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4ED48 is #2B12B7. Grayscale: #D3D3D3. Windows color (decimal): -2822840 or 4779476. OLE color: 4779476.
HSL color Cylindrical-coordinate representation of color #D4ED48: hue angle of 69.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4ED48 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 72 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.07 |
| HSL | 69.09º | 0.82% | 0.61% | - |
| HSV(B) | 69.09º | 0.7% | 0.93% | - |
| XYZ | 58.61 | 75.03 | 17.52 | - |
| YUV | 210.72 | 49.72 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 72 | 0.11 | 0 | 0.70 | 0.07 | 69.09 | 0.82 | 0.61 |
| Hex | D4 | ED | 48 | B | 0 | 46 | 7 | 45 | 52 | 3D |
| Octal | 324 | 355 | 110 | 13 | 0 | 106 | 7 | 105 | 122 | 75 |
| Binary | 11010100 | 11101101 | 1001000 | 1011 | 0 | 1000110 | 111 | 1000101 | 1010010 | 111101 |
Color Harmonies of #D4ED48
Complementary color
Monochromatic Colors of #D4ED48
Black with #D4ED48
Text Example
Text Example
White with #D4ED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ED48; }
p { color: rgb(212,237,72); }
H1.HeaderClassName
{
color: #D4ED48;
}
.AnyTagClassName
{
color: #D4ED48;
}
</style>
background-color css
<style>
a { background-color: #D4ED48; }
a { background-color: rgb(212,237,72); }
div.DivClassName
{
background-color: #D4ED48;
}
.BgClassName
{
background-color: #D4ED48;
}
</style>
border-color css
<style>
span { border-color: #D4ED48; }
span { border-color: rgb(212,237,72); }
td.TdClassName
{
border-color: #D4ED48;
}
.TagClassName
{
border-color: #D4ED48;
}
</style>