Shades of Pear #D1E33A
Tints of Pear #D1E33A
RGB
CMYK
RGB Variations
Color information
#D1E33A (or 0xD1E33A) is known color: Pear. HEX triplet: D1, E3 and 3A. RGB value is (209,227,58). Sum of RGB (Red+Green+Blue) = 209+227+58=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E33A is #2E1CC5. Grayscale: #CBCBCB. Windows color (decimal): -3022022 or 3859409. OLE color: 3859409.
HSL color Cylindrical-coordinate representation of color #D1E33A: hue angle of 66.39º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1E33A is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 58 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.11 |
| HSL | 66.39º | 0.75% | 0.56% | - |
| HSV(B) | 66.39º | 0.74% | 0.89% | - |
| XYZ | 54.53 | 68.8 | 14.41 | - |
| YUV | 202.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 58 | 0.08 | 0 | 0.74 | 0.11 | 66.39 | 0.75 | 0.56 |
| Hex | D1 | E3 | 3A | 8 | 0 | 4A | B | 42 | 4B | 38 |
| Octal | 321 | 343 | 72 | 10 | 0 | 112 | 13 | 102 | 113 | 70 |
| Binary | 11010001 | 11100011 | 111010 | 1000 | 0 | 1001010 | 1011 | 1000010 | 1001011 | 111000 |
Color Harmonies of #D1E33A
Complementary color
Monochromatic Colors of #D1E33A
Black with #D1E33A
Text Example
Text Example
White with #D1E33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E33A; }
p { color: rgb(209,227,58); }
H1.HeaderClassName
{
color: #D1E33A;
}
.AnyTagClassName
{
color: #D1E33A;
}
</style>
background-color css
<style>
a { background-color: #D1E33A; }
a { background-color: rgb(209,227,58); }
div.DivClassName
{
background-color: #D1E33A;
}
.BgClassName
{
background-color: #D1E33A;
}
</style>
border-color css
<style>
span { border-color: #D1E33A; }
span { border-color: rgb(209,227,58); }
td.TdClassName
{
border-color: #D1E33A;
}
.TagClassName
{
border-color: #D1E33A;
}
</style>