Shades of Pear #D5EA2D
Tints of Pear #D5EA2D
RGB
CMYK
RGB Variations
Color information
#D5EA2D (or 0xD5EA2D) is known color: Pear. HEX triplet: D5, EA and 2D. RGB value is (213,234,45). Sum of RGB (Red+Green+Blue) = 213+234+45=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EA2D is #2A15D2. Grayscale: #CECECE. Windows color (decimal): -2758099 or 3009237. OLE color: 3009237.
HSL color Cylindrical-coordinate representation of color #D5EA2D: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5EA2D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 234 | 45 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.08 |
| HSL | 66.67º | 0.82% | 0.55% | - |
| HSV(B) | 66.67º | 0.81% | 0.92% | - |
| XYZ | 57.34 | 73.18 | 13.59 | - |
| YUV | 206.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 45 | 0.09 | 0 | 0.81 | 0.08 | 66.67 | 0.82 | 0.55 |
| Hex | D5 | EA | 2D | 9 | 0 | 51 | 8 | 43 | 52 | 37 |
| Octal | 325 | 352 | 55 | 11 | 0 | 121 | 10 | 103 | 122 | 67 |
| Binary | 11010101 | 11101010 | 101101 | 1001 | 0 | 1010001 | 1000 | 1000011 | 1010010 | 110111 |
Color Harmonies of #D5EA2D
Complementary color
Monochromatic Colors of #D5EA2D
Black with #D5EA2D
Text Example
Text Example
White with #D5EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EA2D; }
p { color: rgb(213,234,45); }
H1.HeaderClassName
{
color: #D5EA2D;
}
.AnyTagClassName
{
color: #D5EA2D;
}
</style>
background-color css
<style>
a { background-color: #D5EA2D; }
a { background-color: rgb(213,234,45); }
div.DivClassName
{
background-color: #D5EA2D;
}
.BgClassName
{
background-color: #D5EA2D;
}
</style>
border-color css
<style>
span { border-color: #D5EA2D; }
span { border-color: rgb(213,234,45); }
td.TdClassName
{
border-color: #D5EA2D;
}
.TagClassName
{
border-color: #D5EA2D;
}
</style>