Shades of Pear #D5E033
Tints of Pear #D5E033
RGB
CMYK
RGB Variations
Color information
#D5E033 (or 0xD5E033) is known color: Pear. HEX triplet: D5, E0 and 33. RGB value is (213,224,51). Sum of RGB (Red+Green+Blue) = 213+224+51=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E033 is #2A1FCC. Grayscale: #C9C9C9. Windows color (decimal): -2760653 or 3399893. OLE color: 3399893.
HSL color Cylindrical-coordinate representation of color #D5E033: hue angle of 63.82º 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 #D5E033 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 51 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.12 |
| HSL | 63.82º | 0.74% | 0.54% | - |
| HSV(B) | 63.82º | 0.77% | 0.88% | - |
| XYZ | 54.69 | 67.7 | 13.32 | - |
| YUV | 200.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 51 | 0.05 | 0 | 0.77 | 0.12 | 63.82 | 0.74 | 0.54 |
| Hex | D5 | E0 | 33 | 5 | 0 | 4D | C | 40 | 4A | 36 |
| Octal | 325 | 340 | 63 | 5 | 0 | 115 | 14 | 100 | 112 | 66 |
| Binary | 11010101 | 11100000 | 110011 | 101 | 0 | 1001101 | 1100 | 1000000 | 1001010 | 110110 |
Color Harmonies of #D5E033
Complementary color
Monochromatic Colors of #D5E033
Black with #D5E033
Text Example
Text Example
White with #D5E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E033; }
p { color: rgb(213,224,51); }
H1.HeaderClassName
{
color: #D5E033;
}
.AnyTagClassName
{
color: #D5E033;
}
</style>
background-color css
<style>
a { background-color: #D5E033; }
a { background-color: rgb(213,224,51); }
div.DivClassName
{
background-color: #D5E033;
}
.BgClassName
{
background-color: #D5E033;
}
</style>
border-color css
<style>
span { border-color: #D5E033; }
span { border-color: rgb(213,224,51); }
td.TdClassName
{
border-color: #D5E033;
}
.TagClassName
{
border-color: #D5E033;
}
</style>