Shades of Pear #D0ED46
Tints of Pear #D0ED46
RGB
CMYK
RGB Variations
Color information
#D0ED46 (or 0xD0ED46) is known color: Pear. HEX triplet: D0, ED and 46. RGB value is (208,237,70). Sum of RGB (Red+Green+Blue) = 208+237+70=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED46 is #2F12B9. Grayscale: #D1D1D1. Windows color (decimal): -3084986 or 4648400. OLE color: 4648400.
HSL color Cylindrical-coordinate representation of color #D0ED46: hue angle of 70.42º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0ED46 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 70 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.07 |
| HSL | 70.42º | 0.82% | 0.6% | - |
| HSV(B) | 70.42º | 0.7% | 0.93% | - |
| XYZ | 57.4 | 74.42 | 17.13 | - |
| YUV | 209.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 70 | 0.12 | 0 | 0.70 | 0.07 | 70.42 | 0.82 | 0.6 |
| Hex | D0 | ED | 46 | C | 0 | 46 | 7 | 46 | 52 | 3C |
| Octal | 320 | 355 | 106 | 14 | 0 | 106 | 7 | 106 | 122 | 74 |
| Binary | 11010000 | 11101101 | 1000110 | 1100 | 0 | 1000110 | 111 | 1000110 | 1010010 | 111100 |
Color Harmonies of #D0ED46
Complementary color
Monochromatic Colors of #D0ED46
Black with #D0ED46
Text Example
Text Example
White with #D0ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED46; }
p { color: rgb(208,237,70); }
H1.HeaderClassName
{
color: #D0ED46;
}
.AnyTagClassName
{
color: #D0ED46;
}
</style>
background-color css
<style>
a { background-color: #D0ED46; }
a { background-color: rgb(208,237,70); }
div.DivClassName
{
background-color: #D0ED46;
}
.BgClassName
{
background-color: #D0ED46;
}
</style>
border-color css
<style>
span { border-color: #D0ED46; }
span { border-color: rgb(208,237,70); }
td.TdClassName
{
border-color: #D0ED46;
}
.TagClassName
{
border-color: #D0ED46;
}
</style>