Shades of Pear #D1EB42
Tints of Pear #D1EB42
RGB
CMYK
RGB Variations
Color information
#D1EB42 (or 0xD1EB42) is known color: Pear. HEX triplet: D1, EB and 42. RGB value is (209,235,66). Sum of RGB (Red+Green+Blue) = 209+235+66=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EB42 is #2E14BD. Grayscale: #D0D0D0. Windows color (decimal): -3019966 or 4385745. OLE color: 4385745.
HSL color Cylindrical-coordinate representation of color #D1EB42: hue angle of 69.23º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1EB42 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 66 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.08 |
| HSL | 69.23º | 0.81% | 0.59% | - |
| HSV(B) | 69.23º | 0.72% | 0.92% | - |
| XYZ | 56.99 | 73.37 | 16.31 | - |
| YUV | 207.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 66 | 0.11 | 0 | 0.72 | 0.08 | 69.23 | 0.81 | 0.59 |
| Hex | D1 | EB | 42 | B | 0 | 48 | 8 | 45 | 51 | 3B |
| Octal | 321 | 353 | 102 | 13 | 0 | 110 | 10 | 105 | 121 | 73 |
| Binary | 11010001 | 11101011 | 1000010 | 1011 | 0 | 1001000 | 1000 | 1000101 | 1010001 | 111011 |
Color Harmonies of #D1EB42
Complementary color
Monochromatic Colors of #D1EB42
Black with #D1EB42
Text Example
Text Example
White with #D1EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB42; }
p { color: rgb(209,235,66); }
H1.HeaderClassName
{
color: #D1EB42;
}
.AnyTagClassName
{
color: #D1EB42;
}
</style>
background-color css
<style>
a { background-color: #D1EB42; }
a { background-color: rgb(209,235,66); }
div.DivClassName
{
background-color: #D1EB42;
}
.BgClassName
{
background-color: #D1EB42;
}
</style>
border-color css
<style>
span { border-color: #D1EB42; }
span { border-color: rgb(209,235,66); }
td.TdClassName
{
border-color: #D1EB42;
}
.TagClassName
{
border-color: #D1EB42;
}
</style>