Shades of Pear #D5EC40
Tints of Pear #D5EC40
RGB
CMYK
RGB Variations
Color information
#D5EC40 (or 0xD5EC40) is known color: Pear. HEX triplet: D5, EC and 40. RGB value is (213,236,64). Sum of RGB (Red+Green+Blue) = 213+236+64=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC40 is #2A13BF. Grayscale: #D2D2D2. Windows color (decimal): -2757568 or 4254933. OLE color: 4254933.
HSL color Cylindrical-coordinate representation of color #D5EC40: hue angle of 68.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5EC40 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 64 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.07 |
| HSL | 68.02º | 0.82% | 0.59% | - |
| HSV(B) | 68.02º | 0.73% | 0.93% | - |
| XYZ | 58.36 | 74.51 | 16.16 | - |
| YUV | 209.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 64 | 0.10 | 0 | 0.73 | 0.07 | 68.02 | 0.82 | 0.59 |
| Hex | D5 | EC | 40 | A | 0 | 49 | 7 | 44 | 52 | 3B |
| Octal | 325 | 354 | 100 | 12 | 0 | 111 | 7 | 104 | 122 | 73 |
| Binary | 11010101 | 11101100 | 1000000 | 1010 | 0 | 1001001 | 111 | 1000100 | 1010010 | 111011 |
Color Harmonies of #D5EC40
Complementary color
Monochromatic Colors of #D5EC40
Black with #D5EC40
Text Example
Text Example
White with #D5EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC40; }
p { color: rgb(213,236,64); }
H1.HeaderClassName
{
color: #D5EC40;
}
.AnyTagClassName
{
color: #D5EC40;
}
</style>
background-color css
<style>
a { background-color: #D5EC40; }
a { background-color: rgb(213,236,64); }
div.DivClassName
{
background-color: #D5EC40;
}
.BgClassName
{
background-color: #D5EC40;
}
</style>
border-color css
<style>
span { border-color: #D5EC40; }
span { border-color: rgb(213,236,64); }
td.TdClassName
{
border-color: #D5EC40;
}
.TagClassName
{
border-color: #D5EC40;
}
</style>