Shades of Pear #D5E936
Tints of Pear #D5E936
RGB
CMYK
RGB Variations
Color information
#D5E936 (or 0xD5E936) is known color: Pear. HEX triplet: D5, E9 and 36. RGB value is (213,233,54). Sum of RGB (Red+Green+Blue) = 213+233+54=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E936 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E936 is #2A16C9. Grayscale: #CFCFCF. Windows color (decimal): -2758346 or 3598805. OLE color: 3598805.
HSL color Cylindrical-coordinate representation of color #D5E936: hue angle of 66.7º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5E936 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 54 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.09 |
| HSL | 66.7º | 0.8% | 0.56% | - |
| HSV(B) | 66.7º | 0.77% | 0.91% | - |
| XYZ | 57.25 | 72.69 | 14.5 | - |
| YUV | 206.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 54 | 0.09 | 0 | 0.77 | 0.09 | 66.7 | 0.8 | 0.56 |
| Hex | D5 | E9 | 36 | 9 | 0 | 4D | 9 | 43 | 50 | 38 |
| Octal | 325 | 351 | 66 | 11 | 0 | 115 | 11 | 103 | 120 | 70 |
| Binary | 11010101 | 11101001 | 110110 | 1001 | 0 | 1001101 | 1001 | 1000011 | 1010000 | 111000 |
Color Harmonies of #D5E936
Complementary color
Monochromatic Colors of #D5E936
Black with #D5E936
Text Example
Text Example
White with #D5E936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E936; }
p { color: rgb(213,233,54); }
H1.HeaderClassName
{
color: #D5E936;
}
.AnyTagClassName
{
color: #D5E936;
}
</style>
background-color css
<style>
a { background-color: #D5E936; }
a { background-color: rgb(213,233,54); }
div.DivClassName
{
background-color: #D5E936;
}
.BgClassName
{
background-color: #D5E936;
}
</style>
border-color css
<style>
span { border-color: #D5E936; }
span { border-color: rgb(213,233,54); }
td.TdClassName
{
border-color: #D5E936;
}
.TagClassName
{
border-color: #D5E936;
}
</style>