Shades of Pear #D2EA2D
Tints of Pear #D2EA2D
RGB
CMYK
RGB Variations
Color information
#D2EA2D (or 0xD2EA2D) is known color: Pear. HEX triplet: D2, EA and 2D. RGB value is (210,234,45). Sum of RGB (Red+Green+Blue) = 210+234+45=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EA2D is #2D15D2. Grayscale: #CECECE. Windows color (decimal): -2954707 or 3009234. OLE color: 3009234.
HSL color Cylindrical-coordinate representation of color #D2EA2D: hue angle of 67.62º 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 #D2EA2D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 45 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.08 |
| HSL | 67.62º | 0.82% | 0.55% | - |
| HSV(B) | 67.62º | 0.81% | 0.92% | - |
| XYZ | 56.47 | 72.74 | 13.55 | - |
| YUV | 205.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 45 | 0.10 | 0 | 0.81 | 0.08 | 67.62 | 0.82 | 0.55 |
| Hex | D2 | EA | 2D | A | 0 | 51 | 8 | 44 | 52 | 37 |
| Octal | 322 | 352 | 55 | 12 | 0 | 121 | 10 | 104 | 122 | 67 |
| Binary | 11010010 | 11101010 | 101101 | 1010 | 0 | 1010001 | 1000 | 1000100 | 1010010 | 110111 |
Color Harmonies of #D2EA2D
Complementary color
Monochromatic Colors of #D2EA2D
Black with #D2EA2D
Text Example
Text Example
White with #D2EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA2D; }
p { color: rgb(210,234,45); }
H1.HeaderClassName
{
color: #D2EA2D;
}
.AnyTagClassName
{
color: #D2EA2D;
}
</style>
background-color css
<style>
a { background-color: #D2EA2D; }
a { background-color: rgb(210,234,45); }
div.DivClassName
{
background-color: #D2EA2D;
}
.BgClassName
{
background-color: #D2EA2D;
}
</style>
border-color css
<style>
span { border-color: #D2EA2D; }
span { border-color: rgb(210,234,45); }
td.TdClassName
{
border-color: #D2EA2D;
}
.TagClassName
{
border-color: #D2EA2D;
}
</style>