Shades of Pear #D7E02C
Tints of Pear #D7E02C
RGB
CMYK
RGB Variations
Color information
#D7E02C (or 0xD7E02C) is known color: Pear. HEX triplet: D7, E0 and 2C. RGB value is (215,224,44). Sum of RGB (Red+Green+Blue) = 215+224+44=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E02C is #281FD3. Grayscale: #C9C9C9. Windows color (decimal): -2629588 or 2941143. OLE color: 2941143.
HSL color Cylindrical-coordinate representation of color #D7E02C: hue angle of 63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7E02C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 44 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.12 |
| HSL | 63º | 0.74% | 0.53% | - |
| HSV(B) | 63º | 0.8% | 0.88% | - |
| XYZ | 55.13 | 67.94 | 12.59 | - |
| YUV | 200.79 | 39.52 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 44 | 0.04 | 0 | 0.80 | 0.12 | 63 | 0.74 | 0.53 |
| Hex | D7 | E0 | 2C | 4 | 0 | 50 | C | 3F | 4A | 35 |
| Octal | 327 | 340 | 54 | 4 | 0 | 120 | 14 | 77 | 112 | 65 |
| Binary | 11010111 | 11100000 | 101100 | 100 | 0 | 1010000 | 1100 | 111111 | 1001010 | 110101 |
Color Harmonies of #D7E02C
Complementary color
Monochromatic Colors of #D7E02C
Black with #D7E02C
Text Example
Text Example
White with #D7E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E02C; }
p { color: rgb(215,224,44); }
H1.HeaderClassName
{
color: #D7E02C;
}
.AnyTagClassName
{
color: #D7E02C;
}
</style>
background-color css
<style>
a { background-color: #D7E02C; }
a { background-color: rgb(215,224,44); }
div.DivClassName
{
background-color: #D7E02C;
}
.BgClassName
{
background-color: #D7E02C;
}
</style>
border-color css
<style>
span { border-color: #D7E02C; }
span { border-color: rgb(215,224,44); }
td.TdClassName
{
border-color: #D7E02C;
}
.TagClassName
{
border-color: #D7E02C;
}
</style>