Shades of Pear #D5E438
Tints of Pear #D5E438
RGB
CMYK
RGB Variations
Color information
#D5E438 (or 0xD5E438) is known color: Pear. HEX triplet: D5, E4 and 38. RGB value is (213,228,56). Sum of RGB (Red+Green+Blue) = 213+228+56=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E438 is #2A1BC7. Grayscale: #CCCCCC. Windows color (decimal): -2759624 or 3728597. OLE color: 3728597.
HSL color Cylindrical-coordinate representation of color #D5E438: hue angle of 65.23º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5E438 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 56 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.11 |
| HSL | 65.23º | 0.76% | 0.56% | - |
| HSV(B) | 65.23º | 0.75% | 0.89% | - |
| XYZ | 55.9 | 69.92 | 14.29 | - |
| YUV | 203.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 56 | 0.07 | 0 | 0.75 | 0.11 | 65.23 | 0.76 | 0.56 |
| Hex | D5 | E4 | 38 | 7 | 0 | 4B | B | 41 | 4C | 38 |
| Octal | 325 | 344 | 70 | 7 | 0 | 113 | 13 | 101 | 114 | 70 |
| Binary | 11010101 | 11100100 | 111000 | 111 | 0 | 1001011 | 1011 | 1000001 | 1001100 | 111000 |
Color Harmonies of #D5E438
Complementary color
Monochromatic Colors of #D5E438
Black with #D5E438
Text Example
Text Example
White with #D5E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E438; }
p { color: rgb(213,228,56); }
H1.HeaderClassName
{
color: #D5E438;
}
.AnyTagClassName
{
color: #D5E438;
}
</style>
background-color css
<style>
a { background-color: #D5E438; }
a { background-color: rgb(213,228,56); }
div.DivClassName
{
background-color: #D5E438;
}
.BgClassName
{
background-color: #D5E438;
}
</style>
border-color css
<style>
span { border-color: #D5E438; }
span { border-color: rgb(213,228,56); }
td.TdClassName
{
border-color: #D5E438;
}
.TagClassName
{
border-color: #D5E438;
}
</style>