Shades of Pear #D5E923
Tints of Pear #D5E923
RGB
CMYK
RGB Variations
Color information
#D5E923 (or 0xD5E923) is known color: Pear. HEX triplet: D5, E9 and 23. RGB value is (213,233,35). Sum of RGB (Red+Green+Blue) = 213+233+35=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E923 is #2A16DC. Grayscale: #CDCDCD. Windows color (decimal): -2758365 or 2353621. OLE color: 2353621.
HSL color Cylindrical-coordinate representation of color #D5E923: hue angle of 66.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5E923 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 35 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.09 |
| HSL | 66.06º | 0.82% | 0.53% | - |
| HSV(B) | 66.06º | 0.85% | 0.91% | - |
| XYZ | 56.88 | 72.55 | 12.59 | - |
| YUV | 204.45 | 32.37 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 35 | 0.09 | 0 | 0.85 | 0.09 | 66.06 | 0.82 | 0.53 |
| Hex | D5 | E9 | 23 | 9 | 0 | 55 | 9 | 42 | 52 | 35 |
| Octal | 325 | 351 | 43 | 11 | 0 | 125 | 11 | 102 | 122 | 65 |
| Binary | 11010101 | 11101001 | 100011 | 1001 | 0 | 1010101 | 1001 | 1000010 | 1010010 | 110101 |
Color Harmonies of #D5E923
Complementary color
Monochromatic Colors of #D5E923
Black with #D5E923
Text Example
Text Example
White with #D5E923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E923; }
p { color: rgb(213,233,35); }
H1.HeaderClassName
{
color: #D5E923;
}
.AnyTagClassName
{
color: #D5E923;
}
</style>
background-color css
<style>
a { background-color: #D5E923; }
a { background-color: rgb(213,233,35); }
div.DivClassName
{
background-color: #D5E923;
}
.BgClassName
{
background-color: #D5E923;
}
</style>
border-color css
<style>
span { border-color: #D5E923; }
span { border-color: rgb(213,233,35); }
td.TdClassName
{
border-color: #D5E923;
}
.TagClassName
{
border-color: #D5E923;
}
</style>