Shades of Pear #D1ED33
Tints of Pear #D1ED33
RGB
CMYK
RGB Variations
Color information
#D1ED33 (or 0xD1ED33) is known color: Pear. HEX triplet: D1, ED and 33. RGB value is (209,237,51). Sum of RGB (Red+Green+Blue) = 209+237+51=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED33 is #2E12CC. Grayscale: #D0D0D0. Windows color (decimal): -3019469 or 3403217. OLE color: 3403217.
HSL color Cylindrical-coordinate representation of color #D1ED33: hue angle of 69.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1ED33 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 51 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.07 |
| HSL | 69.03º | 0.84% | 0.56% | - |
| HSV(B) | 69.03º | 0.78% | 0.93% | - |
| XYZ | 57.18 | 74.36 | 14.47 | - |
| YUV | 207.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 51 | 0.12 | 0 | 0.78 | 0.07 | 69.03 | 0.84 | 0.56 |
| Hex | D1 | ED | 33 | C | 0 | 4E | 7 | 45 | 54 | 38 |
| Octal | 321 | 355 | 63 | 14 | 0 | 116 | 7 | 105 | 124 | 70 |
| Binary | 11010001 | 11101101 | 110011 | 1100 | 0 | 1001110 | 111 | 1000101 | 1010100 | 111000 |
Color Harmonies of #D1ED33
Complementary color
Monochromatic Colors of #D1ED33
Black with #D1ED33
Text Example
Text Example
White with #D1ED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED33; }
p { color: rgb(209,237,51); }
H1.HeaderClassName
{
color: #D1ED33;
}
.AnyTagClassName
{
color: #D1ED33;
}
</style>
background-color css
<style>
a { background-color: #D1ED33; }
a { background-color: rgb(209,237,51); }
div.DivClassName
{
background-color: #D1ED33;
}
.BgClassName
{
background-color: #D1ED33;
}
</style>
border-color css
<style>
span { border-color: #D1ED33; }
span { border-color: rgb(209,237,51); }
td.TdClassName
{
border-color: #D1ED33;
}
.TagClassName
{
border-color: #D1ED33;
}
</style>