Shades of Pear #D2EB3E
Tints of Pear #D2EB3E
RGB
CMYK
RGB Variations
Color information
#D2EB3E (or 0xD2EB3E) is known color: Pear. HEX triplet: D2, EB and 3E. RGB value is (210,235,62). Sum of RGB (Red+Green+Blue) = 210+235+62=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB3E is #2D14C1. Grayscale: #D0D0D0. Windows color (decimal): -2954434 or 4123602. OLE color: 4123602.
HSL color Cylindrical-coordinate representation of color #D2EB3E: hue angle of 68.67º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2EB3E is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 62 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.08 |
| HSL | 68.67º | 0.81% | 0.58% | - |
| HSV(B) | 68.67º | 0.74% | 0.92% | - |
| XYZ | 57.16 | 73.47 | 15.73 | - |
| YUV | 207.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 62 | 0.11 | 0 | 0.74 | 0.08 | 68.67 | 0.81 | 0.58 |
| Hex | D2 | EB | 3E | B | 0 | 4A | 8 | 45 | 51 | 3A |
| Octal | 322 | 353 | 76 | 13 | 0 | 112 | 10 | 105 | 121 | 72 |
| Binary | 11010010 | 11101011 | 111110 | 1011 | 0 | 1001010 | 1000 | 1000101 | 1010001 | 111010 |
Color Harmonies of #D2EB3E
Complementary color
Monochromatic Colors of #D2EB3E
Black with #D2EB3E
Text Example
Text Example
White with #D2EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB3E; }
p { color: rgb(210,235,62); }
H1.HeaderClassName
{
color: #D2EB3E;
}
.AnyTagClassName
{
color: #D2EB3E;
}
</style>
background-color css
<style>
a { background-color: #D2EB3E; }
a { background-color: rgb(210,235,62); }
div.DivClassName
{
background-color: #D2EB3E;
}
.BgClassName
{
background-color: #D2EB3E;
}
</style>
border-color css
<style>
span { border-color: #D2EB3E; }
span { border-color: rgb(210,235,62); }
td.TdClassName
{
border-color: #D2EB3E;
}
.TagClassName
{
border-color: #D2EB3E;
}
</style>