Shades of Pear #D5E827
Tints of Pear #D5E827
RGB
CMYK
RGB Variations
Color information
#D5E827 (or 0xD5E827) is known color: Pear. HEX triplet: D5, E8 and 27. RGB value is (213,232,39). Sum of RGB (Red+Green+Blue) = 213+232+39=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E827 is #2A17D8. Grayscale: #CDCDCD. Windows color (decimal): -2758617 or 2615509. OLE color: 2615509.
HSL color Cylindrical-coordinate representation of color #D5E827: hue angle of 65.91º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5E827 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 39 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.09 |
| HSL | 65.91º | 0.81% | 0.53% | - |
| HSV(B) | 65.91º | 0.83% | 0.91% | - |
| XYZ | 56.66 | 72.01 | 12.83 | - |
| YUV | 204.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 39 | 0.08 | 0 | 0.83 | 0.09 | 65.91 | 0.81 | 0.53 |
| Hex | D5 | E8 | 27 | 8 | 0 | 53 | 9 | 42 | 51 | 35 |
| Octal | 325 | 350 | 47 | 10 | 0 | 123 | 11 | 102 | 121 | 65 |
| Binary | 11010101 | 11101000 | 100111 | 1000 | 0 | 1010011 | 1001 | 1000010 | 1010001 | 110101 |
Color Harmonies of #D5E827
Complementary color
Monochromatic Colors of #D5E827
Black with #D5E827
Text Example
Text Example
White with #D5E827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E827; }
p { color: rgb(213,232,39); }
H1.HeaderClassName
{
color: #D5E827;
}
.AnyTagClassName
{
color: #D5E827;
}
</style>
background-color css
<style>
a { background-color: #D5E827; }
a { background-color: rgb(213,232,39); }
div.DivClassName
{
background-color: #D5E827;
}
.BgClassName
{
background-color: #D5E827;
}
</style>
border-color css
<style>
span { border-color: #D5E827; }
span { border-color: rgb(213,232,39); }
td.TdClassName
{
border-color: #D5E827;
}
.TagClassName
{
border-color: #D5E827;
}
</style>