Shades of Pear #D5E333
Tints of Pear #D5E333
RGB
CMYK
RGB Variations
Color information
#D5E333 (or 0xD5E333) is known color: Pear. HEX triplet: D5, E3 and 33. RGB value is (213,227,51). Sum of RGB (Red+Green+Blue) = 213+227+51=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E333 is #2A1CCC. Grayscale: #CBCBCB. Windows color (decimal): -2759885 or 3400661. OLE color: 3400661.
HSL color Cylindrical-coordinate representation of color #D5E333: hue angle of 64.77º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5E333 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 51 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.11 |
| HSL | 64.77º | 0.76% | 0.55% | - |
| HSV(B) | 64.77º | 0.78% | 0.89% | - |
| XYZ | 55.51 | 69.32 | 13.59 | - |
| YUV | 202.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 51 | 0.06 | 0 | 0.78 | 0.11 | 64.77 | 0.76 | 0.55 |
| Hex | D5 | E3 | 33 | 6 | 0 | 4E | B | 41 | 4C | 37 |
| Octal | 325 | 343 | 63 | 6 | 0 | 116 | 13 | 101 | 114 | 67 |
| Binary | 11010101 | 11100011 | 110011 | 110 | 0 | 1001110 | 1011 | 1000001 | 1001100 | 110111 |
Color Harmonies of #D5E333
Complementary color
Monochromatic Colors of #D5E333
Black with #D5E333
Text Example
Text Example
White with #D5E333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E333; }
p { color: rgb(213,227,51); }
H1.HeaderClassName
{
color: #D5E333;
}
.AnyTagClassName
{
color: #D5E333;
}
</style>
background-color css
<style>
a { background-color: #D5E333; }
a { background-color: rgb(213,227,51); }
div.DivClassName
{
background-color: #D5E333;
}
.BgClassName
{
background-color: #D5E333;
}
</style>
border-color css
<style>
span { border-color: #D5E333; }
span { border-color: rgb(213,227,51); }
td.TdClassName
{
border-color: #D5E333;
}
.TagClassName
{
border-color: #D5E333;
}
</style>