Shades of Pear #D0E03D
Tints of Pear #D0E03D
RGB
CMYK
RGB Variations
Color information
#D0E03D (or 0xD0E03D) is known color: Pear. HEX triplet: D0, E0 and 3D. RGB value is (208,224,61). Sum of RGB (Red+Green+Blue) = 208+224+61=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E03D is #2F1FC2. Grayscale: #C9C9C9. Windows color (decimal): -3088323 or 4055248. OLE color: 4055248.
HSL color Cylindrical-coordinate representation of color #D0E03D: hue angle of 65.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E03D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 61 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.12 |
| HSL | 65.89º | 0.72% | 0.56% | - |
| HSV(B) | 65.89º | 0.73% | 0.88% | - |
| XYZ | 53.51 | 67.06 | 14.54 | - |
| YUV | 200.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 61 | 0.07 | 0 | 0.73 | 0.12 | 65.89 | 0.72 | 0.56 |
| Hex | D0 | E0 | 3D | 7 | 0 | 49 | C | 42 | 48 | 38 |
| Octal | 320 | 340 | 75 | 7 | 0 | 111 | 14 | 102 | 110 | 70 |
| Binary | 11010000 | 11100000 | 111101 | 111 | 0 | 1001001 | 1100 | 1000010 | 1001000 | 111000 |
Color Harmonies of #D0E03D
Complementary color
Monochromatic Colors of #D0E03D
Black with #D0E03D
Text Example
Text Example
White with #D0E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E03D; }
p { color: rgb(208,224,61); }
H1.HeaderClassName
{
color: #D0E03D;
}
.AnyTagClassName
{
color: #D0E03D;
}
</style>
background-color css
<style>
a { background-color: #D0E03D; }
a { background-color: rgb(208,224,61); }
div.DivClassName
{
background-color: #D0E03D;
}
.BgClassName
{
background-color: #D0E03D;
}
</style>
border-color css
<style>
span { border-color: #D0E03D; }
span { border-color: rgb(208,224,61); }
td.TdClassName
{
border-color: #D0E03D;
}
.TagClassName
{
border-color: #D0E03D;
}
</style>