Shades of Pear #D5EC2F
Tints of Pear #D5EC2F
RGB
CMYK
RGB Variations
Color information
#D5EC2F (or 0xD5EC2F) is known color: Pear. HEX triplet: D5, EC and 2F. RGB value is (213,236,47). Sum of RGB (Red+Green+Blue) = 213+236+47=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC2F is #2A13D0. Grayscale: #D0D0D0. Windows color (decimal): -2757585 or 3140821. OLE color: 3140821.
HSL color Cylindrical-coordinate representation of color #D5EC2F: hue angle of 67.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5EC2F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.07 |
| HSL | 67.3º | 0.83% | 0.55% | - |
| HSV(B) | 67.3º | 0.8% | 0.93% | - |
| XYZ | 57.95 | 74.34 | 13.98 | - |
| YUV | 207.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 47 | 0.10 | 0 | 0.80 | 0.07 | 67.3 | 0.83 | 0.55 |
| Hex | D5 | EC | 2F | A | 0 | 50 | 7 | 43 | 53 | 37 |
| Octal | 325 | 354 | 57 | 12 | 0 | 120 | 7 | 103 | 123 | 67 |
| Binary | 11010101 | 11101100 | 101111 | 1010 | 0 | 1010000 | 111 | 1000011 | 1010011 | 110111 |
Color Harmonies of #D5EC2F
Complementary color
Monochromatic Colors of #D5EC2F
Black with #D5EC2F
Text Example
Text Example
White with #D5EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC2F; }
p { color: rgb(213,236,47); }
H1.HeaderClassName
{
color: #D5EC2F;
}
.AnyTagClassName
{
color: #D5EC2F;
}
</style>
background-color css
<style>
a { background-color: #D5EC2F; }
a { background-color: rgb(213,236,47); }
div.DivClassName
{
background-color: #D5EC2F;
}
.BgClassName
{
background-color: #D5EC2F;
}
</style>
border-color css
<style>
span { border-color: #D5EC2F; }
span { border-color: rgb(213,236,47); }
td.TdClassName
{
border-color: #D5EC2F;
}
.TagClassName
{
border-color: #D5EC2F;
}
</style>