Shades of Pear #D2ED4F
Tints of Pear #D2ED4F
RGB
CMYK
RGB Variations
Color information
#D2ED4F (or 0xD2ED4F) is known color: Pear. HEX triplet: D2, ED and 4F. RGB value is (210,237,79). Sum of RGB (Red+Green+Blue) = 210+237+79=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED4F is #2D12B0. Grayscale: #D3D3D3. Windows color (decimal): -2953905 or 5238226. OLE color: 5238226.
HSL color Cylindrical-coordinate representation of color #D2ED4F: hue angle of 70.25º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2ED4F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 79 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.07 |
| HSL | 70.25º | 0.81% | 0.62% | - |
| HSV(B) | 70.25º | 0.67% | 0.93% | - |
| XYZ | 58.27 | 74.83 | 18.77 | - |
| YUV | 210.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 79 | 0.11 | 0 | 0.67 | 0.07 | 70.25 | 0.81 | 0.62 |
| Hex | D2 | ED | 4F | B | 0 | 43 | 7 | 46 | 51 | 3E |
| Octal | 322 | 355 | 117 | 13 | 0 | 103 | 7 | 106 | 121 | 76 |
| Binary | 11010010 | 11101101 | 1001111 | 1011 | 0 | 1000011 | 111 | 1000110 | 1010001 | 111110 |
Color Harmonies of #D2ED4F
Complementary color
Monochromatic Colors of #D2ED4F
Black with #D2ED4F
Text Example
Text Example
White with #D2ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ED4F; }
p { color: rgb(210,237,79); }
H1.HeaderClassName
{
color: #D2ED4F;
}
.AnyTagClassName
{
color: #D2ED4F;
}
</style>
background-color css
<style>
a { background-color: #D2ED4F; }
a { background-color: rgb(210,237,79); }
div.DivClassName
{
background-color: #D2ED4F;
}
.BgClassName
{
background-color: #D2ED4F;
}
</style>
border-color css
<style>
span { border-color: #D2ED4F; }
span { border-color: rgb(210,237,79); }
td.TdClassName
{
border-color: #D2ED4F;
}
.TagClassName
{
border-color: #D2ED4F;
}
</style>