Shades of Pear #D5EC41
Tints of Pear #D5EC41
RGB
CMYK
RGB Variations
Color information
#D5EC41 (or 0xD5EC41) is known color: Pear. HEX triplet: D5, EC and 41. RGB value is (213,236,65). Sum of RGB (Red+Green+Blue) = 213+236+65=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC41 is #2A13BE. Grayscale: #D2D2D2. Windows color (decimal): -2757567 or 4320469. OLE color: 4320469.
HSL color Cylindrical-coordinate representation of color #D5EC41: hue angle of 68.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5EC41 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 65 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.07 |
| HSL | 68.07º | 0.82% | 0.59% | - |
| HSV(B) | 68.07º | 0.72% | 0.93% | - |
| XYZ | 58.39 | 74.52 | 16.31 | - |
| YUV | 209.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 65 | 0.10 | 0 | 0.72 | 0.07 | 68.07 | 0.82 | 0.59 |
| Hex | D5 | EC | 41 | A | 0 | 48 | 7 | 44 | 52 | 3B |
| Octal | 325 | 354 | 101 | 12 | 0 | 110 | 7 | 104 | 122 | 73 |
| Binary | 11010101 | 11101100 | 1000001 | 1010 | 0 | 1001000 | 111 | 1000100 | 1010010 | 111011 |
Color Harmonies of #D5EC41
Complementary color
Monochromatic Colors of #D5EC41
Black with #D5EC41
Text Example
Text Example
White with #D5EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC41; }
p { color: rgb(213,236,65); }
H1.HeaderClassName
{
color: #D5EC41;
}
.AnyTagClassName
{
color: #D5EC41;
}
</style>
background-color css
<style>
a { background-color: #D5EC41; }
a { background-color: rgb(213,236,65); }
div.DivClassName
{
background-color: #D5EC41;
}
.BgClassName
{
background-color: #D5EC41;
}
</style>
border-color css
<style>
span { border-color: #D5EC41; }
span { border-color: rgb(213,236,65); }
td.TdClassName
{
border-color: #D5EC41;
}
.TagClassName
{
border-color: #D5EC41;
}
</style>