Shades of Pear #D0E02F
Tints of Pear #D0E02F
RGB
CMYK
RGB Variations
Color information
#D0E02F (or 0xD0E02F) is known color: Pear. HEX triplet: D0, E0 and 2F. RGB value is (208,224,47). Sum of RGB (Red+Green+Blue) = 208+224+47=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E02F is #2F1FD0. Grayscale: #C7C7C7. Windows color (decimal): -3088337 or 3137744. OLE color: 3137744.
HSL color Cylindrical-coordinate representation of color #D0E02F: hue angle of 65.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0E02F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 47 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.12 |
| HSL | 65.42º | 0.74% | 0.53% | - |
| HSV(B) | 65.42º | 0.79% | 0.88% | - |
| XYZ | 53.18 | 66.93 | 12.8 | - |
| YUV | 199.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 47 | 0.07 | 0 | 0.79 | 0.12 | 65.42 | 0.74 | 0.53 |
| Hex | D0 | E0 | 2F | 7 | 0 | 4F | C | 41 | 4A | 35 |
| Octal | 320 | 340 | 57 | 7 | 0 | 117 | 14 | 101 | 112 | 65 |
| Binary | 11010000 | 11100000 | 101111 | 111 | 0 | 1001111 | 1100 | 1000001 | 1001010 | 110101 |
Color Harmonies of #D0E02F
Complementary color
Monochromatic Colors of #D0E02F
Black with #D0E02F
Text Example
Text Example
White with #D0E02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E02F; }
p { color: rgb(208,224,47); }
H1.HeaderClassName
{
color: #D0E02F;
}
.AnyTagClassName
{
color: #D0E02F;
}
</style>
background-color css
<style>
a { background-color: #D0E02F; }
a { background-color: rgb(208,224,47); }
div.DivClassName
{
background-color: #D0E02F;
}
.BgClassName
{
background-color: #D0E02F;
}
</style>
border-color css
<style>
span { border-color: #D0E02F; }
span { border-color: rgb(208,224,47); }
td.TdClassName
{
border-color: #D0E02F;
}
.TagClassName
{
border-color: #D0E02F;
}
</style>