Shades of Pear #D2ED4D
Tints of Pear #D2ED4D
RGB
CMYK
RGB Variations
Color information
#D2ED4D (or 0xD2ED4D) is known color: Pear. HEX triplet: D2, ED and 4D. RGB value is (210,237,77). Sum of RGB (Red+Green+Blue) = 210+237+77=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED4D is #2D12B2. Grayscale: #D3D3D3. Windows color (decimal): -2953907 or 5107154. OLE color: 5107154.
HSL color Cylindrical-coordinate representation of color #D2ED4D: hue angle of 70.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2ED4D is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 77 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.07 |
| HSL | 70.13º | 0.82% | 0.62% | - |
| HSV(B) | 70.13º | 0.68% | 0.93% | - |
| XYZ | 58.2 | 74.81 | 18.39 | - |
| YUV | 210.69 | 52.55 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 77 | 0.11 | 0 | 0.68 | 0.07 | 70.13 | 0.82 | 0.62 |
| Hex | D2 | ED | 4D | B | 0 | 44 | 7 | 46 | 52 | 3E |
| Octal | 322 | 355 | 115 | 13 | 0 | 104 | 7 | 106 | 122 | 76 |
| Binary | 11010010 | 11101101 | 1001101 | 1011 | 0 | 1000100 | 111 | 1000110 | 1010010 | 111110 |
Color Harmonies of #D2ED4D
Complementary color
Monochromatic Colors of #D2ED4D
Black with #D2ED4D
Text Example
Text Example
White with #D2ED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ED4D; }
p { color: rgb(210,237,77); }
H1.HeaderClassName
{
color: #D2ED4D;
}
.AnyTagClassName
{
color: #D2ED4D;
}
</style>
background-color css
<style>
a { background-color: #D2ED4D; }
a { background-color: rgb(210,237,77); }
div.DivClassName
{
background-color: #D2ED4D;
}
.BgClassName
{
background-color: #D2ED4D;
}
</style>
border-color css
<style>
span { border-color: #D2ED4D; }
span { border-color: rgb(210,237,77); }
td.TdClassName
{
border-color: #D2ED4D;
}
.TagClassName
{
border-color: #D2ED4D;
}
</style>