Shades of Pear #D1E133
Tints of Pear #D1E133
RGB
CMYK
RGB Variations
Color information
#D1E133 (or 0xD1E133) is known color: Pear. HEX triplet: D1, E1 and 33. RGB value is (209,225,51). Sum of RGB (Red+Green+Blue) = 209+225+51=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E133 is #2E1ECC. Grayscale: #C9C9C9. Windows color (decimal): -3022541 or 3400145. OLE color: 3400145.
HSL color Cylindrical-coordinate representation of color #D1E133: hue angle of 65.52º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1E133 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.12 |
| HSL | 65.52º | 0.74% | 0.54% | - |
| HSV(B) | 65.52º | 0.77% | 0.88% | - |
| XYZ | 53.82 | 67.64 | 13.35 | - |
| YUV | 200.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 51 | 0.07 | 0 | 0.77 | 0.12 | 65.52 | 0.74 | 0.54 |
| Hex | D1 | E1 | 33 | 7 | 0 | 4D | C | 42 | 4A | 36 |
| Octal | 321 | 341 | 63 | 7 | 0 | 115 | 14 | 102 | 112 | 66 |
| Binary | 11010001 | 11100001 | 110011 | 111 | 0 | 1001101 | 1100 | 1000010 | 1001010 | 110110 |
Color Harmonies of #D1E133
Complementary color
Monochromatic Colors of #D1E133
Black with #D1E133
Text Example
Text Example
White with #D1E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E133; }
p { color: rgb(209,225,51); }
H1.HeaderClassName
{
color: #D1E133;
}
.AnyTagClassName
{
color: #D1E133;
}
</style>
background-color css
<style>
a { background-color: #D1E133; }
a { background-color: rgb(209,225,51); }
div.DivClassName
{
background-color: #D1E133;
}
.BgClassName
{
background-color: #D1E133;
}
</style>
border-color css
<style>
span { border-color: #D1E133; }
span { border-color: rgb(209,225,51); }
td.TdClassName
{
border-color: #D1E133;
}
.TagClassName
{
border-color: #D1E133;
}
</style>