Shades of Pear #D0E51C
Tints of Pear #D0E51C
RGB
CMYK
RGB Variations
Color information
#D0E51C (or 0xD0E51C) is known color: Pear. HEX triplet: D0, E5 and 1C. RGB value is (208,229,28). Sum of RGB (Red+Green+Blue) = 208+229+28=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E51C is #2F1AE3. Grayscale: #C8C8C8. Windows color (decimal): -3087076 or 1893840. OLE color: 1893840.
HSL color Cylindrical-coordinate representation of color #D0E51C: hue angle of 66.27º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0E51C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.10 |
| HSL | 66.27º | 0.79% | 0.5% | - |
| HSV(B) | 66.27º | 0.88% | 0.9% | - |
| XYZ | 54.24 | 69.53 | 11.66 | - |
| YUV | 199.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 28 | 0.09 | 0 | 0.88 | 0.10 | 66.27 | 0.79 | 0.5 |
| Hex | D0 | E5 | 1C | 9 | 0 | 58 | A | 42 | 4F | 32 |
| Octal | 320 | 345 | 34 | 11 | 0 | 130 | 12 | 102 | 117 | 62 |
| Binary | 11010000 | 11100101 | 11100 | 1001 | 0 | 1011000 | 1010 | 1000010 | 1001111 | 110010 |
Color Harmonies of #D0E51C
Complementary color
Monochromatic Colors of #D0E51C
Black with #D0E51C
Text Example
Text Example
White with #D0E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E51C; }
p { color: rgb(208,229,28); }
H1.HeaderClassName
{
color: #D0E51C;
}
.AnyTagClassName
{
color: #D0E51C;
}
</style>
background-color css
<style>
a { background-color: #D0E51C; }
a { background-color: rgb(208,229,28); }
div.DivClassName
{
background-color: #D0E51C;
}
.BgClassName
{
background-color: #D0E51C;
}
</style>
border-color css
<style>
span { border-color: #D0E51C; }
span { border-color: rgb(208,229,28); }
td.TdClassName
{
border-color: #D0E51C;
}
.TagClassName
{
border-color: #D0E51C;
}
</style>