Shades of Pear #D5E13C
Tints of Pear #D5E13C
RGB
CMYK
RGB Variations
Color information
#D5E13C (or 0xD5E13C) is known color: Pear. HEX triplet: D5, E1 and 3C. RGB value is (213,225,60). Sum of RGB (Red+Green+Blue) = 213+225+60=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E13C is #2A1EC3. Grayscale: #CBCBCB. Windows color (decimal): -2760388 or 3989973. OLE color: 3989973.
HSL color Cylindrical-coordinate representation of color #D5E13C: hue angle of 64.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5E13C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.12 |
| HSL | 64.36º | 0.73% | 0.56% | - |
| HSV(B) | 64.36º | 0.73% | 0.88% | - |
| XYZ | 55.18 | 68.32 | 14.55 | - |
| YUV | 202.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 60 | 0.05 | 0 | 0.73 | 0.12 | 64.36 | 0.73 | 0.56 |
| Hex | D5 | E1 | 3C | 5 | 0 | 49 | C | 40 | 49 | 38 |
| Octal | 325 | 341 | 74 | 5 | 0 | 111 | 14 | 100 | 111 | 70 |
| Binary | 11010101 | 11100001 | 111100 | 101 | 0 | 1001001 | 1100 | 1000000 | 1001001 | 111000 |
Color Harmonies of #D5E13C
Complementary color
Monochromatic Colors of #D5E13C
Black with #D5E13C
Text Example
Text Example
White with #D5E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E13C; }
p { color: rgb(213,225,60); }
H1.HeaderClassName
{
color: #D5E13C;
}
.AnyTagClassName
{
color: #D5E13C;
}
</style>
background-color css
<style>
a { background-color: #D5E13C; }
a { background-color: rgb(213,225,60); }
div.DivClassName
{
background-color: #D5E13C;
}
.BgClassName
{
background-color: #D5E13C;
}
</style>
border-color css
<style>
span { border-color: #D5E13C; }
span { border-color: rgb(213,225,60); }
td.TdClassName
{
border-color: #D5E13C;
}
.TagClassName
{
border-color: #D5E13C;
}
</style>