Shades of Pear #D5ED49
Tints of Pear #D5ED49
RGB
CMYK
RGB Variations
Color information
#D5ED49 (or 0xD5ED49) is known color: Pear. HEX triplet: D5, ED and 49. RGB value is (213,237,73). Sum of RGB (Red+Green+Blue) = 213+237+73=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5ED49 is #2A12B6. Grayscale: #D3D3D3. Windows color (decimal): -2757303 or 4845013. OLE color: 4845013.
HSL color Cylindrical-coordinate representation of color #D5ED49: hue angle of 68.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5ED49 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 73 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.07 |
| HSL | 68.78º | 0.82% | 0.61% | - |
| HSV(B) | 68.78º | 0.69% | 0.93% | - |
| XYZ | 58.93 | 75.2 | 17.71 | - |
| YUV | 211.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 73 | 0.10 | 0 | 0.69 | 0.07 | 68.78 | 0.82 | 0.61 |
| Hex | D5 | ED | 49 | A | 0 | 45 | 7 | 45 | 52 | 3D |
| Octal | 325 | 355 | 111 | 12 | 0 | 105 | 7 | 105 | 122 | 75 |
| Binary | 11010101 | 11101101 | 1001001 | 1010 | 0 | 1000101 | 111 | 1000101 | 1010010 | 111101 |
Color Harmonies of #D5ED49
Complementary color
Monochromatic Colors of #D5ED49
Black with #D5ED49
Text Example
Text Example
White with #D5ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED49; }
p { color: rgb(213,237,73); }
H1.HeaderClassName
{
color: #D5ED49;
}
.AnyTagClassName
{
color: #D5ED49;
}
</style>
background-color css
<style>
a { background-color: #D5ED49; }
a { background-color: rgb(213,237,73); }
div.DivClassName
{
background-color: #D5ED49;
}
.BgClassName
{
background-color: #D5ED49;
}
</style>
border-color css
<style>
span { border-color: #D5ED49; }
span { border-color: rgb(213,237,73); }
td.TdClassName
{
border-color: #D5ED49;
}
.TagClassName
{
border-color: #D5ED49;
}
</style>