Shades of Pear #D0E23E
Tints of Pear #D0E23E
RGB
CMYK
RGB Variations
Color information
#D0E23E (or 0xD0E23E) is known color: Pear. HEX triplet: D0, E2 and 3E. RGB value is (208,226,62). Sum of RGB (Red+Green+Blue) = 208+226+62=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E23E is #2F1DC1. Grayscale: #CACACA. Windows color (decimal): -3087810 or 4121296. OLE color: 4121296.
HSL color Cylindrical-coordinate representation of color #D0E23E: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E23E is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 62 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.11 |
| HSL | 66.59º | 0.74% | 0.56% | - |
| HSV(B) | 66.59º | 0.73% | 0.89% | - |
| XYZ | 54.08 | 68.15 | 14.86 | - |
| YUV | 201.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 62 | 0.08 | 0 | 0.73 | 0.11 | 66.59 | 0.74 | 0.56 |
| Hex | D0 | E2 | 3E | 8 | 0 | 49 | B | 43 | 4A | 38 |
| Octal | 320 | 342 | 76 | 10 | 0 | 111 | 13 | 103 | 112 | 70 |
| Binary | 11010000 | 11100010 | 111110 | 1000 | 0 | 1001001 | 1011 | 1000011 | 1001010 | 111000 |
Color Harmonies of #D0E23E
Complementary color
Monochromatic Colors of #D0E23E
Black with #D0E23E
Text Example
Text Example
White with #D0E23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E23E; }
p { color: rgb(208,226,62); }
H1.HeaderClassName
{
color: #D0E23E;
}
.AnyTagClassName
{
color: #D0E23E;
}
</style>
background-color css
<style>
a { background-color: #D0E23E; }
a { background-color: rgb(208,226,62); }
div.DivClassName
{
background-color: #D0E23E;
}
.BgClassName
{
background-color: #D0E23E;
}
</style>
border-color css
<style>
span { border-color: #D0E23E; }
span { border-color: rgb(208,226,62); }
td.TdClassName
{
border-color: #D0E23E;
}
.TagClassName
{
border-color: #D0E23E;
}
</style>