Shades of Pear #D3E23F
Tints of Pear #D3E23F
RGB
CMYK
RGB Variations
Color information
#D3E23F (or 0xD3E23F) is known color: Pear. HEX triplet: D3, E2 and 3F. RGB value is (211,226,63). Sum of RGB (Red+Green+Blue) = 211+226+63=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E23F is #2C1DC0. Grayscale: #CBCBCB. Windows color (decimal): -2891201 or 4186835. OLE color: 4186835.
HSL color Cylindrical-coordinate representation of color #D3E23F: hue angle of 65.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3E23F is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 63 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.11 |
| HSL | 65.52º | 0.74% | 0.57% | - |
| HSV(B) | 65.52º | 0.72% | 0.89% | - |
| XYZ | 54.96 | 68.6 | 15.05 | - |
| YUV | 202.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 63 | 0.07 | 0 | 0.72 | 0.11 | 65.52 | 0.74 | 0.57 |
| Hex | D3 | E2 | 3F | 7 | 0 | 48 | B | 42 | 4A | 39 |
| Octal | 323 | 342 | 77 | 7 | 0 | 110 | 13 | 102 | 112 | 71 |
| Binary | 11010011 | 11100010 | 111111 | 111 | 0 | 1001000 | 1011 | 1000010 | 1001010 | 111001 |
Color Harmonies of #D3E23F
Complementary color
Monochromatic Colors of #D3E23F
Black with #D3E23F
Text Example
Text Example
White with #D3E23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E23F; }
p { color: rgb(211,226,63); }
H1.HeaderClassName
{
color: #D3E23F;
}
.AnyTagClassName
{
color: #D3E23F;
}
</style>
background-color css
<style>
a { background-color: #D3E23F; }
a { background-color: rgb(211,226,63); }
div.DivClassName
{
background-color: #D3E23F;
}
.BgClassName
{
background-color: #D3E23F;
}
</style>
border-color css
<style>
span { border-color: #D3E23F; }
span { border-color: rgb(211,226,63); }
td.TdClassName
{
border-color: #D3E23F;
}
.TagClassName
{
border-color: #D3E23F;
}
</style>