Shades of Pear #D1E74B
Tints of Pear #D1E74B
RGB
CMYK
RGB Variations
Color information
#D1E74B (or 0xD1E74B) is known color: Pear. HEX triplet: D1, E7 and 4B. RGB value is (209,231,75). Sum of RGB (Red+Green+Blue) = 209+231+75=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E74B is #2E18B4. Grayscale: #CFCFCF. Windows color (decimal): -3020981 or 4974545. OLE color: 4974545.
HSL color Cylindrical-coordinate representation of color #D1E74B: hue angle of 68.46º degrees, saturation: 0.76, 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 #D1E74B is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 75 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.09 |
| HSL | 68.46º | 0.76% | 0.6% | - |
| HSV(B) | 68.46º | 0.68% | 0.91% | - |
| XYZ | 56.14 | 71.22 | 17.44 | - |
| YUV | 206.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 75 | 0.10 | 0 | 0.68 | 0.09 | 68.46 | 0.76 | 0.6 |
| Hex | D1 | E7 | 4B | A | 0 | 44 | 9 | 44 | 4C | 3C |
| Octal | 321 | 347 | 113 | 12 | 0 | 104 | 11 | 104 | 114 | 74 |
| Binary | 11010001 | 11100111 | 1001011 | 1010 | 0 | 1000100 | 1001 | 1000100 | 1001100 | 111100 |
Color Harmonies of #D1E74B
Complementary color
Monochromatic Colors of #D1E74B
Black with #D1E74B
Text Example
Text Example
White with #D1E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E74B; }
p { color: rgb(209,231,75); }
H1.HeaderClassName
{
color: #D1E74B;
}
.AnyTagClassName
{
color: #D1E74B;
}
</style>
background-color css
<style>
a { background-color: #D1E74B; }
a { background-color: rgb(209,231,75); }
div.DivClassName
{
background-color: #D1E74B;
}
.BgClassName
{
background-color: #D1E74B;
}
</style>
border-color css
<style>
span { border-color: #D1E74B; }
span { border-color: rgb(209,231,75); }
td.TdClassName
{
border-color: #D1E74B;
}
.TagClassName
{
border-color: #D1E74B;
}
</style>