Shades of Pear #D5E832
Tints of Pear #D5E832
RGB
CMYK
RGB Variations
Color information
#D5E832 (or 0xD5E832) is known color: Pear. HEX triplet: D5, E8 and 32. RGB value is (213,232,50). Sum of RGB (Red+Green+Blue) = 213+232+50=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E832 is #2A17CD. Grayscale: #CECECE. Windows color (decimal): -2758606 or 3336405. OLE color: 3336405.
HSL color Cylindrical-coordinate representation of color #D5E832: hue angle of 66.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5E832 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 50 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.09 |
| HSL | 66.26º | 0.8% | 0.55% | - |
| HSV(B) | 66.26º | 0.78% | 0.91% | - |
| XYZ | 56.87 | 72.09 | 13.93 | - |
| YUV | 205.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 50 | 0.08 | 0 | 0.78 | 0.09 | 66.26 | 0.8 | 0.55 |
| Hex | D5 | E8 | 32 | 8 | 0 | 4E | 9 | 42 | 50 | 37 |
| Octal | 325 | 350 | 62 | 10 | 0 | 116 | 11 | 102 | 120 | 67 |
| Binary | 11010101 | 11101000 | 110010 | 1000 | 0 | 1001110 | 1001 | 1000010 | 1010000 | 110111 |
Color Harmonies of #D5E832
Complementary color
Monochromatic Colors of #D5E832
Black with #D5E832
Text Example
Text Example
White with #D5E832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E832; }
p { color: rgb(213,232,50); }
H1.HeaderClassName
{
color: #D5E832;
}
.AnyTagClassName
{
color: #D5E832;
}
</style>
background-color css
<style>
a { background-color: #D5E832; }
a { background-color: rgb(213,232,50); }
div.DivClassName
{
background-color: #D5E832;
}
.BgClassName
{
background-color: #D5E832;
}
</style>
border-color css
<style>
span { border-color: #D5E832; }
span { border-color: rgb(213,232,50); }
td.TdClassName
{
border-color: #D5E832;
}
.TagClassName
{
border-color: #D5E832;
}
</style>