Shades of Pear #D3E74A
Tints of Pear #D3E74A
RGB
CMYK
RGB Variations
Color information
#D3E74A (or 0xD3E74A) is known color: Pear. HEX triplet: D3, E7 and 4A. RGB value is (211,231,74). Sum of RGB (Red+Green+Blue) = 211+231+74=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E74A is #2C18B5. Grayscale: #CFCFCF. Windows color (decimal): -2889910 or 4909011. OLE color: 4909011.
HSL color Cylindrical-coordinate representation of color #D3E74A: hue angle of 67.64º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E74A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 74 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.09 |
| HSL | 67.64º | 0.77% | 0.6% | - |
| HSV(B) | 67.64º | 0.68% | 0.91% | - |
| XYZ | 56.68 | 71.5 | 17.29 | - |
| YUV | 207.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 74 | 0.09 | 0 | 0.68 | 0.09 | 67.64 | 0.77 | 0.6 |
| Hex | D3 | E7 | 4A | 9 | 0 | 44 | 9 | 44 | 4D | 3C |
| Octal | 323 | 347 | 112 | 11 | 0 | 104 | 11 | 104 | 115 | 74 |
| Binary | 11010011 | 11100111 | 1001010 | 1001 | 0 | 1000100 | 1001 | 1000100 | 1001101 | 111100 |
Color Harmonies of #D3E74A
Complementary color
Monochromatic Colors of #D3E74A
Black with #D3E74A
Text Example
Text Example
White with #D3E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E74A; }
p { color: rgb(211,231,74); }
H1.HeaderClassName
{
color: #D3E74A;
}
.AnyTagClassName
{
color: #D3E74A;
}
</style>
background-color css
<style>
a { background-color: #D3E74A; }
a { background-color: rgb(211,231,74); }
div.DivClassName
{
background-color: #D3E74A;
}
.BgClassName
{
background-color: #D3E74A;
}
</style>
border-color css
<style>
span { border-color: #D3E74A; }
span { border-color: rgb(211,231,74); }
td.TdClassName
{
border-color: #D3E74A;
}
.TagClassName
{
border-color: #D3E74A;
}
</style>