Shades of Pear #D7E23A
Tints of Pear #D7E23A
RGB
CMYK
RGB Variations
Color information
#D7E23A (or 0xD7E23A) is known color: Pear. HEX triplet: D7, E2 and 3A. RGB value is (215,226,58). Sum of RGB (Red+Green+Blue) = 215+226+58=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E23A is #281DC5. Grayscale: #CCCCCC. Windows color (decimal): -2629062 or 3859159. OLE color: 3859159.
HSL color Cylindrical-coordinate representation of color #D7E23A: hue angle of 63.93º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7E23A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 226 | 58 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.11 |
| HSL | 63.93º | 0.74% | 0.56% | - |
| HSV(B) | 63.93º | 0.74% | 0.89% | - |
| XYZ | 55.98 | 69.15 | 14.4 | - |
| YUV | 203.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 226 | 58 | 0.05 | 0 | 0.74 | 0.11 | 63.93 | 0.74 | 0.56 |
| Hex | D7 | E2 | 3A | 5 | 0 | 4A | B | 40 | 4A | 38 |
| Octal | 327 | 342 | 72 | 5 | 0 | 112 | 13 | 100 | 112 | 70 |
| Binary | 11010111 | 11100010 | 111010 | 101 | 0 | 1001010 | 1011 | 1000000 | 1001010 | 111000 |
Color Harmonies of #D7E23A
Complementary color
Monochromatic Colors of #D7E23A
Black with #D7E23A
Text Example
Text Example
White with #D7E23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E23A; }
p { color: rgb(215,226,58); }
H1.HeaderClassName
{
color: #D7E23A;
}
.AnyTagClassName
{
color: #D7E23A;
}
</style>
background-color css
<style>
a { background-color: #D7E23A; }
a { background-color: rgb(215,226,58); }
div.DivClassName
{
background-color: #D7E23A;
}
.BgClassName
{
background-color: #D7E23A;
}
</style>
border-color css
<style>
span { border-color: #D7E23A; }
span { border-color: rgb(215,226,58); }
td.TdClassName
{
border-color: #D7E23A;
}
.TagClassName
{
border-color: #D7E23A;
}
</style>