Shades of Pear #D0E13D
Tints of Pear #D0E13D
RGB
CMYK
RGB Variations
Color information
#D0E13D (or 0xD0E13D) is known color: Pear. HEX triplet: D0, E1 and 3D. RGB value is (208,225,61). Sum of RGB (Red+Green+Blue) = 208+225+61=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E13D is #2F1EC2. Grayscale: #C9C9C9. Windows color (decimal): -3088067 or 4055504. OLE color: 4055504.
HSL color Cylindrical-coordinate representation of color #D0E13D: hue angle of 66.22º degrees, saturation: 0.73, 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 #D0E13D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 61 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.12 |
| HSL | 66.22º | 0.73% | 0.56% | - |
| HSV(B) | 66.22º | 0.73% | 0.88% | - |
| XYZ | 53.78 | 67.6 | 14.63 | - |
| YUV | 201.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 61 | 0.08 | 0 | 0.73 | 0.12 | 66.22 | 0.73 | 0.56 |
| Hex | D0 | E1 | 3D | 8 | 0 | 49 | C | 42 | 49 | 38 |
| Octal | 320 | 341 | 75 | 10 | 0 | 111 | 14 | 102 | 111 | 70 |
| Binary | 11010000 | 11100001 | 111101 | 1000 | 0 | 1001001 | 1100 | 1000010 | 1001001 | 111000 |
Color Harmonies of #D0E13D
Complementary color
Monochromatic Colors of #D0E13D
Black with #D0E13D
Text Example
Text Example
White with #D0E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E13D; }
p { color: rgb(208,225,61); }
H1.HeaderClassName
{
color: #D0E13D;
}
.AnyTagClassName
{
color: #D0E13D;
}
</style>
background-color css
<style>
a { background-color: #D0E13D; }
a { background-color: rgb(208,225,61); }
div.DivClassName
{
background-color: #D0E13D;
}
.BgClassName
{
background-color: #D0E13D;
}
</style>
border-color css
<style>
span { border-color: #D0E13D; }
span { border-color: rgb(208,225,61); }
td.TdClassName
{
border-color: #D0E13D;
}
.TagClassName
{
border-color: #D0E13D;
}
</style>