Shades of Pear #D0ED4E
Tints of Pear #D0ED4E
RGB
CMYK
RGB Variations
Color information
#D0ED4E (or 0xD0ED4E) is known color: Pear. HEX triplet: D0, ED and 4E. RGB value is (208,237,78). Sum of RGB (Red+Green+Blue) = 208+237+78=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED4E is #2F12B1. Grayscale: #D2D2D2. Windows color (decimal): -3084978 or 5172688. OLE color: 5172688.
HSL color Cylindrical-coordinate representation of color #D0ED4E: hue angle of 70.94º degrees, saturation: 0.82, 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 #D0ED4E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 78 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.07 |
| HSL | 70.94º | 0.82% | 0.62% | - |
| HSV(B) | 70.94º | 0.67% | 0.93% | - |
| XYZ | 57.67 | 74.53 | 18.55 | - |
| YUV | 210.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 78 | 0.12 | 0 | 0.67 | 0.07 | 70.94 | 0.82 | 0.62 |
| Hex | D0 | ED | 4E | C | 0 | 43 | 7 | 47 | 52 | 3E |
| Octal | 320 | 355 | 116 | 14 | 0 | 103 | 7 | 107 | 122 | 76 |
| Binary | 11010000 | 11101101 | 1001110 | 1100 | 0 | 1000011 | 111 | 1000111 | 1010010 | 111110 |
Color Harmonies of #D0ED4E
Complementary color
Monochromatic Colors of #D0ED4E
Black with #D0ED4E
Text Example
Text Example
White with #D0ED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED4E; }
p { color: rgb(208,237,78); }
H1.HeaderClassName
{
color: #D0ED4E;
}
.AnyTagClassName
{
color: #D0ED4E;
}
</style>
background-color css
<style>
a { background-color: #D0ED4E; }
a { background-color: rgb(208,237,78); }
div.DivClassName
{
background-color: #D0ED4E;
}
.BgClassName
{
background-color: #D0ED4E;
}
</style>
border-color css
<style>
span { border-color: #D0ED4E; }
span { border-color: rgb(208,237,78); }
td.TdClassName
{
border-color: #D0ED4E;
}
.TagClassName
{
border-color: #D0ED4E;
}
</style>