Shades of Pear #D0E52D
Tints of Pear #D0E52D
RGB
CMYK
RGB Variations
Color information
#D0E52D (or 0xD0E52D) is known color: Pear. HEX triplet: D0, E5 and 2D. RGB value is (208,229,45). Sum of RGB (Red+Green+Blue) = 208+229+45=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E52D is #2F1AD2. Grayscale: #CACACA. Windows color (decimal): -3087059 or 3007952. OLE color: 3007952.
HSL color Cylindrical-coordinate representation of color #D0E52D: hue angle of 66.85º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0E52D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.10 |
| HSL | 66.85º | 0.78% | 0.54% | - |
| HSV(B) | 66.85º | 0.8% | 0.9% | - |
| XYZ | 54.51 | 69.64 | 13.05 | - |
| YUV | 201.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 45 | 0.09 | 0 | 0.80 | 0.10 | 66.85 | 0.78 | 0.54 |
| Hex | D0 | E5 | 2D | 9 | 0 | 50 | A | 43 | 4E | 36 |
| Octal | 320 | 345 | 55 | 11 | 0 | 120 | 12 | 103 | 116 | 66 |
| Binary | 11010000 | 11100101 | 101101 | 1001 | 0 | 1010000 | 1010 | 1000011 | 1001110 | 110110 |
Color Harmonies of #D0E52D
Complementary color
Monochromatic Colors of #D0E52D
Black with #D0E52D
Text Example
Text Example
White with #D0E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E52D; }
p { color: rgb(208,229,45); }
H1.HeaderClassName
{
color: #D0E52D;
}
.AnyTagClassName
{
color: #D0E52D;
}
</style>
background-color css
<style>
a { background-color: #D0E52D; }
a { background-color: rgb(208,229,45); }
div.DivClassName
{
background-color: #D0E52D;
}
.BgClassName
{
background-color: #D0E52D;
}
</style>
border-color css
<style>
span { border-color: #D0E52D; }
span { border-color: rgb(208,229,45); }
td.TdClassName
{
border-color: #D0E52D;
}
.TagClassName
{
border-color: #D0E52D;
}
</style>