Shades of Pear #D5E02E
Tints of Pear #D5E02E
RGB
CMYK
RGB Variations
Color information
#D5E02E (or 0xD5E02E) is known color: Pear. HEX triplet: D5, E0 and 2E. RGB value is (213,224,46). Sum of RGB (Red+Green+Blue) = 213+224+46=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E02E is #2A1FD1. Grayscale: #C9C9C9. Windows color (decimal): -2760658 or 3072213. OLE color: 3072213.
HSL color Cylindrical-coordinate representation of color #D5E02E: hue angle of 63.71º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5E02E is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 46 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.12 |
| HSL | 63.71º | 0.74% | 0.53% | - |
| HSV(B) | 63.71º | 0.79% | 0.88% | - |
| XYZ | 54.59 | 67.65 | 12.77 | - |
| YUV | 200.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 46 | 0.05 | 0 | 0.79 | 0.12 | 63.71 | 0.74 | 0.53 |
| Hex | D5 | E0 | 2E | 5 | 0 | 4F | C | 40 | 4A | 35 |
| Octal | 325 | 340 | 56 | 5 | 0 | 117 | 14 | 100 | 112 | 65 |
| Binary | 11010101 | 11100000 | 101110 | 101 | 0 | 1001111 | 1100 | 1000000 | 1001010 | 110101 |
Color Harmonies of #D5E02E
Complementary color
Monochromatic Colors of #D5E02E
Black with #D5E02E
Text Example
Text Example
White with #D5E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E02E; }
p { color: rgb(213,224,46); }
H1.HeaderClassName
{
color: #D5E02E;
}
.AnyTagClassName
{
color: #D5E02E;
}
</style>
background-color css
<style>
a { background-color: #D5E02E; }
a { background-color: rgb(213,224,46); }
div.DivClassName
{
background-color: #D5E02E;
}
.BgClassName
{
background-color: #D5E02E;
}
</style>
border-color css
<style>
span { border-color: #D5E02E; }
span { border-color: rgb(213,224,46); }
td.TdClassName
{
border-color: #D5E02E;
}
.TagClassName
{
border-color: #D5E02E;
}
</style>