Shades of Pear #D0E026
Tints of Pear #D0E026
RGB
CMYK
RGB Variations
Color information
#D0E026 (or 0xD0E026) is known color: Pear. HEX triplet: D0, E0 and 26. RGB value is (208,224,38). Sum of RGB (Red+Green+Blue) = 208+224+38=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E026 is #2F1FD9. Grayscale: #C6C6C6. Windows color (decimal): -3088346 or 2547920. OLE color: 2547920.
HSL color Cylindrical-coordinate representation of color #D0E026: hue angle of 65.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0E026 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 38 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.12 |
| HSL | 65.16º | 0.75% | 0.51% | - |
| HSV(B) | 65.16º | 0.83% | 0.88% | - |
| XYZ | 53.02 | 66.86 | 11.94 | - |
| YUV | 198.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 38 | 0.07 | 0 | 0.83 | 0.12 | 65.16 | 0.75 | 0.51 |
| Hex | D0 | E0 | 26 | 7 | 0 | 53 | C | 41 | 4B | 33 |
| Octal | 320 | 340 | 46 | 7 | 0 | 123 | 14 | 101 | 113 | 63 |
| Binary | 11010000 | 11100000 | 100110 | 111 | 0 | 1010011 | 1100 | 1000001 | 1001011 | 110011 |
Color Harmonies of #D0E026
Complementary color
Monochromatic Colors of #D0E026
Black with #D0E026
Text Example
Text Example
White with #D0E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E026; }
p { color: rgb(208,224,38); }
H1.HeaderClassName
{
color: #D0E026;
}
.AnyTagClassName
{
color: #D0E026;
}
</style>
background-color css
<style>
a { background-color: #D0E026; }
a { background-color: rgb(208,224,38); }
div.DivClassName
{
background-color: #D0E026;
}
.BgClassName
{
background-color: #D0E026;
}
</style>
border-color css
<style>
span { border-color: #D0E026; }
span { border-color: rgb(208,224,38); }
td.TdClassName
{
border-color: #D0E026;
}
.TagClassName
{
border-color: #D0E026;
}
</style>