Shades of Pear #D5E92C
Tints of Pear #D5E92C
RGB
CMYK
RGB Variations
Color information
#D5E92C (or 0xD5E92C) is known color: Pear. HEX triplet: D5, E9 and 2C. RGB value is (213,233,44). Sum of RGB (Red+Green+Blue) = 213+233+44=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E92C is #2A16D3. Grayscale: #CECECE. Windows color (decimal): -2758356 or 2943445. OLE color: 2943445.
HSL color Cylindrical-coordinate representation of color #D5E92C: hue angle of 66.35º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5E92C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 44 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.09 |
| HSL | 66.35º | 0.81% | 0.54% | - |
| HSV(B) | 66.35º | 0.81% | 0.91% | - |
| XYZ | 57.03 | 72.61 | 13.39 | - |
| YUV | 205.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 44 | 0.09 | 0 | 0.81 | 0.09 | 66.35 | 0.81 | 0.54 |
| Hex | D5 | E9 | 2C | 9 | 0 | 51 | 9 | 42 | 51 | 36 |
| Octal | 325 | 351 | 54 | 11 | 0 | 121 | 11 | 102 | 121 | 66 |
| Binary | 11010101 | 11101001 | 101100 | 1001 | 0 | 1010001 | 1001 | 1000010 | 1010001 | 110110 |
Color Harmonies of #D5E92C
Complementary color
Monochromatic Colors of #D5E92C
Black with #D5E92C
Text Example
Text Example
White with #D5E92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E92C; }
p { color: rgb(213,233,44); }
H1.HeaderClassName
{
color: #D5E92C;
}
.AnyTagClassName
{
color: #D5E92C;
}
</style>
background-color css
<style>
a { background-color: #D5E92C; }
a { background-color: rgb(213,233,44); }
div.DivClassName
{
background-color: #D5E92C;
}
.BgClassName
{
background-color: #D5E92C;
}
</style>
border-color css
<style>
span { border-color: #D5E92C; }
span { border-color: rgb(213,233,44); }
td.TdClassName
{
border-color: #D5E92C;
}
.TagClassName
{
border-color: #D5E92C;
}
</style>