Shades of Pear #D5E736
Tints of Pear #D5E736
RGB
CMYK
RGB Variations
Color information
#D5E736 (or 0xD5E736) is known color: Pear. HEX triplet: D5, E7 and 36. RGB value is (213,231,54). Sum of RGB (Red+Green+Blue) = 213+231+54=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E736 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E736 is #2A18C9. Grayscale: #CECECE. Windows color (decimal): -2758858 or 3598293. OLE color: 3598293.
HSL color Cylindrical-coordinate representation of color #D5E736: hue angle of 66.1º degrees, saturation: 0.79, 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 #D5E736 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 54 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.09 |
| HSL | 66.1º | 0.79% | 0.56% | - |
| HSV(B) | 66.1º | 0.77% | 0.91% | - |
| XYZ | 56.68 | 71.56 | 14.32 | - |
| YUV | 205.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 54 | 0.08 | 0 | 0.77 | 0.09 | 66.1 | 0.79 | 0.56 |
| Hex | D5 | E7 | 36 | 8 | 0 | 4D | 9 | 42 | 4F | 38 |
| Octal | 325 | 347 | 66 | 10 | 0 | 115 | 11 | 102 | 117 | 70 |
| Binary | 11010101 | 11100111 | 110110 | 1000 | 0 | 1001101 | 1001 | 1000010 | 1001111 | 111000 |
Color Harmonies of #D5E736
Complementary color
Monochromatic Colors of #D5E736
Black with #D5E736
Text Example
Text Example
White with #D5E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E736; }
p { color: rgb(213,231,54); }
H1.HeaderClassName
{
color: #D5E736;
}
.AnyTagClassName
{
color: #D5E736;
}
</style>
background-color css
<style>
a { background-color: #D5E736; }
a { background-color: rgb(213,231,54); }
div.DivClassName
{
background-color: #D5E736;
}
.BgClassName
{
background-color: #D5E736;
}
</style>
border-color css
<style>
span { border-color: #D5E736; }
span { border-color: rgb(213,231,54); }
td.TdClassName
{
border-color: #D5E736;
}
.TagClassName
{
border-color: #D5E736;
}
</style>