Shades of Pear #D1E740
Tints of Pear #D1E740
RGB
CMYK
RGB Variations
Color information
#D1E740 (or 0xD1E740) is known color: Pear. HEX triplet: D1, E7 and 40. RGB value is (209,231,64). Sum of RGB (Red+Green+Blue) = 209+231+64=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E740 is #2E18BF. Grayscale: #CECECE. Windows color (decimal): -3020992 or 4253649. OLE color: 4253649.
HSL color Cylindrical-coordinate representation of color #D1E740: hue angle of 67.9º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1E740 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.09 |
| HSL | 67.9º | 0.78% | 0.58% | - |
| HSV(B) | 67.9º | 0.72% | 0.91% | - |
| XYZ | 55.8 | 71.08 | 15.63 | - |
| YUV | 205.38 | 48.21 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 64 | 0.10 | 0 | 0.72 | 0.09 | 67.9 | 0.78 | 0.58 |
| Hex | D1 | E7 | 40 | A | 0 | 48 | 9 | 44 | 4E | 3A |
| Octal | 321 | 347 | 100 | 12 | 0 | 110 | 11 | 104 | 116 | 72 |
| Binary | 11010001 | 11100111 | 1000000 | 1010 | 0 | 1001000 | 1001 | 1000100 | 1001110 | 111010 |
Color Harmonies of #D1E740
Complementary color
Monochromatic Colors of #D1E740
Black with #D1E740
Text Example
Text Example
White with #D1E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E740; }
p { color: rgb(209,231,64); }
H1.HeaderClassName
{
color: #D1E740;
}
.AnyTagClassName
{
color: #D1E740;
}
</style>
background-color css
<style>
a { background-color: #D1E740; }
a { background-color: rgb(209,231,64); }
div.DivClassName
{
background-color: #D1E740;
}
.BgClassName
{
background-color: #D1E740;
}
</style>
border-color css
<style>
span { border-color: #D1E740; }
span { border-color: rgb(209,231,64); }
td.TdClassName
{
border-color: #D1E740;
}
.TagClassName
{
border-color: #D1E740;
}
</style>