Shades of Pear #D1E73F
Tints of Pear #D1E73F
RGB
CMYK
RGB Variations
Color information
#D1E73F (or 0xD1E73F) is known color: Pear. HEX triplet: D1, E7 and 3F. RGB value is (209,231,63). Sum of RGB (Red+Green+Blue) = 209+231+63=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E73F is #2E18C0. Grayscale: #CDCDCD. Windows color (decimal): -3020993 or 4188113. OLE color: 4188113.
HSL color Cylindrical-coordinate representation of color #D1E73F: hue angle of 67.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1E73F is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 63 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.09 |
| HSL | 67.86º | 0.78% | 0.58% | - |
| HSV(B) | 67.86º | 0.73% | 0.91% | - |
| XYZ | 55.77 | 71.07 | 15.48 | - |
| YUV | 205.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 63 | 0.10 | 0 | 0.73 | 0.09 | 67.86 | 0.78 | 0.58 |
| Hex | D1 | E7 | 3F | A | 0 | 49 | 9 | 44 | 4E | 3A |
| Octal | 321 | 347 | 77 | 12 | 0 | 111 | 11 | 104 | 116 | 72 |
| Binary | 11010001 | 11100111 | 111111 | 1010 | 0 | 1001001 | 1001 | 1000100 | 1001110 | 111010 |
Color Harmonies of #D1E73F
Complementary color
Monochromatic Colors of #D1E73F
Black with #D1E73F
Text Example
Text Example
White with #D1E73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E73F; }
p { color: rgb(209,231,63); }
H1.HeaderClassName
{
color: #D1E73F;
}
.AnyTagClassName
{
color: #D1E73F;
}
</style>
background-color css
<style>
a { background-color: #D1E73F; }
a { background-color: rgb(209,231,63); }
div.DivClassName
{
background-color: #D1E73F;
}
.BgClassName
{
background-color: #D1E73F;
}
</style>
border-color css
<style>
span { border-color: #D1E73F; }
span { border-color: rgb(209,231,63); }
td.TdClassName
{
border-color: #D1E73F;
}
.TagClassName
{
border-color: #D1E73F;
}
</style>