Shades of Pear #D5E72E
Tints of Pear #D5E72E
RGB
CMYK
RGB Variations
Color information
#D5E72E (or 0xD5E72E) is known color: Pear. HEX triplet: D5, E7 and 2E. RGB value is (213,231,46). Sum of RGB (Red+Green+Blue) = 213+231+46=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E72E is #2A18D1. Grayscale: #CDCDCD. Windows color (decimal): -2758866 or 3074005. OLE color: 3074005.
HSL color Cylindrical-coordinate representation of color #D5E72E: hue angle of 65.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5E72E is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 46 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.09 |
| HSL | 65.84º | 0.79% | 0.54% | - |
| HSV(B) | 65.84º | 0.8% | 0.91% | - |
| XYZ | 56.51 | 71.5 | 13.41 | - |
| YUV | 204.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 46 | 0.08 | 0 | 0.80 | 0.09 | 65.84 | 0.79 | 0.54 |
| Hex | D5 | E7 | 2E | 8 | 0 | 50 | 9 | 42 | 4F | 36 |
| Octal | 325 | 347 | 56 | 10 | 0 | 120 | 11 | 102 | 117 | 66 |
| Binary | 11010101 | 11100111 | 101110 | 1000 | 0 | 1010000 | 1001 | 1000010 | 1001111 | 110110 |
Color Harmonies of #D5E72E
Complementary color
Monochromatic Colors of #D5E72E
Black with #D5E72E
Text Example
Text Example
White with #D5E72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E72E; }
p { color: rgb(213,231,46); }
H1.HeaderClassName
{
color: #D5E72E;
}
.AnyTagClassName
{
color: #D5E72E;
}
</style>
background-color css
<style>
a { background-color: #D5E72E; }
a { background-color: rgb(213,231,46); }
div.DivClassName
{
background-color: #D5E72E;
}
.BgClassName
{
background-color: #D5E72E;
}
</style>
border-color css
<style>
span { border-color: #D5E72E; }
span { border-color: rgb(213,231,46); }
td.TdClassName
{
border-color: #D5E72E;
}
.TagClassName
{
border-color: #D5E72E;
}
</style>