Shades of Pear #D5E940
Tints of Pear #D5E940
RGB
CMYK
RGB Variations
Color information
#D5E940 (or 0xD5E940) is known color: Pear. HEX triplet: D5, E9 and 40. RGB value is (213,233,64). Sum of RGB (Red+Green+Blue) = 213+233+64=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E940 is #2A16BF. Grayscale: #D0D0D0. Windows color (decimal): -2758336 or 4254165. OLE color: 4254165.
HSL color Cylindrical-coordinate representation of color #D5E940: hue angle of 67.1º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5E940 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 64 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.09 |
| HSL | 67.1º | 0.79% | 0.58% | - |
| HSV(B) | 67.1º | 0.73% | 0.91% | - |
| XYZ | 57.5 | 72.79 | 15.87 | - |
| YUV | 207.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 64 | 0.09 | 0 | 0.73 | 0.09 | 67.1 | 0.79 | 0.58 |
| Hex | D5 | E9 | 40 | 9 | 0 | 49 | 9 | 43 | 4F | 3A |
| Octal | 325 | 351 | 100 | 11 | 0 | 111 | 11 | 103 | 117 | 72 |
| Binary | 11010101 | 11101001 | 1000000 | 1001 | 0 | 1001001 | 1001 | 1000011 | 1001111 | 111010 |
Color Harmonies of #D5E940
Complementary color
Monochromatic Colors of #D5E940
Black with #D5E940
Text Example
Text Example
White with #D5E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E940; }
p { color: rgb(213,233,64); }
H1.HeaderClassName
{
color: #D5E940;
}
.AnyTagClassName
{
color: #D5E940;
}
</style>
background-color css
<style>
a { background-color: #D5E940; }
a { background-color: rgb(213,233,64); }
div.DivClassName
{
background-color: #D5E940;
}
.BgClassName
{
background-color: #D5E940;
}
</style>
border-color css
<style>
span { border-color: #D5E940; }
span { border-color: rgb(213,233,64); }
td.TdClassName
{
border-color: #D5E940;
}
.TagClassName
{
border-color: #D5E940;
}
</style>