Shades of Pear #D0E42D
Tints of Pear #D0E42D
RGB
CMYK
RGB Variations
Color information
#D0E42D (or 0xD0E42D) is known color: Pear. HEX triplet: D0, E4 and 2D. RGB value is (208,228,45). Sum of RGB (Red+Green+Blue) = 208+228+45=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E42D is #2F1BD2. Grayscale: #C9C9C9. Windows color (decimal): -3087315 or 3007696. OLE color: 3007696.
HSL color Cylindrical-coordinate representation of color #D0E42D: hue angle of 66.56º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0E42D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.11 |
| HSL | 66.56º | 0.77% | 0.54% | - |
| HSV(B) | 66.56º | 0.8% | 0.89% | - |
| XYZ | 54.23 | 69.09 | 12.96 | - |
| YUV | 201.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 45 | 0.09 | 0 | 0.80 | 0.11 | 66.56 | 0.77 | 0.54 |
| Hex | D0 | E4 | 2D | 9 | 0 | 50 | B | 43 | 4D | 36 |
| Octal | 320 | 344 | 55 | 11 | 0 | 120 | 13 | 103 | 115 | 66 |
| Binary | 11010000 | 11100100 | 101101 | 1001 | 0 | 1010000 | 1011 | 1000011 | 1001101 | 110110 |
Color Harmonies of #D0E42D
Complementary color
Monochromatic Colors of #D0E42D
Black with #D0E42D
Text Example
Text Example
White with #D0E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E42D; }
p { color: rgb(208,228,45); }
H1.HeaderClassName
{
color: #D0E42D;
}
.AnyTagClassName
{
color: #D0E42D;
}
</style>
background-color css
<style>
a { background-color: #D0E42D; }
a { background-color: rgb(208,228,45); }
div.DivClassName
{
background-color: #D0E42D;
}
.BgClassName
{
background-color: #D0E42D;
}
</style>
border-color css
<style>
span { border-color: #D0E42D; }
span { border-color: rgb(208,228,45); }
td.TdClassName
{
border-color: #D0E42D;
}
.TagClassName
{
border-color: #D0E42D;
}
</style>