Shades of Pear #D5EF49
Tints of Pear #D5EF49
RGB
CMYK
RGB Variations
Color information
#D5EF49 (or 0xD5EF49) is known color: Pear. HEX triplet: D5, EF and 49. RGB value is (213,239,73). Sum of RGB (Red+Green+Blue) = 213+239+73=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF49 is #2A10B6. Grayscale: #D4D4D4. Windows color (decimal): -2756791 or 4845525. OLE color: 4845525.
HSL color Cylindrical-coordinate representation of color #D5EF49: hue angle of 69.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5EF49 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 73 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.06 |
| HSL | 69.4º | 0.84% | 0.61% | - |
| HSV(B) | 69.4º | 0.69% | 0.94% | - |
| XYZ | 59.51 | 76.36 | 17.91 | - |
| YUV | 212.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 73 | 0.11 | 0 | 0.69 | 0.06 | 69.4 | 0.84 | 0.61 |
| Hex | D5 | EF | 49 | B | 0 | 45 | 6 | 45 | 54 | 3D |
| Octal | 325 | 357 | 111 | 13 | 0 | 105 | 6 | 105 | 124 | 75 |
| Binary | 11010101 | 11101111 | 1001001 | 1011 | 0 | 1000101 | 110 | 1000101 | 1010100 | 111101 |
Color Harmonies of #D5EF49
Complementary color
Monochromatic Colors of #D5EF49
Black with #D5EF49
Text Example
Text Example
White with #D5EF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF49; }
p { color: rgb(213,239,73); }
H1.HeaderClassName
{
color: #D5EF49;
}
.AnyTagClassName
{
color: #D5EF49;
}
</style>
background-color css
<style>
a { background-color: #D5EF49; }
a { background-color: rgb(213,239,73); }
div.DivClassName
{
background-color: #D5EF49;
}
.BgClassName
{
background-color: #D5EF49;
}
</style>
border-color css
<style>
span { border-color: #D5EF49; }
span { border-color: rgb(213,239,73); }
td.TdClassName
{
border-color: #D5EF49;
}
.TagClassName
{
border-color: #D5EF49;
}
</style>