#D0EB47

Color #D0EB47 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D0EB47

Tints of Pear #D0EB47

Color information

#D0EB47 (or 0xD0EB47) is unknown color: approx Pear. HEX triplet: D0, EB and 47. RGB value is (208,235,71). Sum of RGB (Red+Green+Blue) = 208+235+71=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EB47 is #2F14B8. Grayscale: #D0D0D0. Windows color (decimal): -3085497 or 4713424. OLE color: 4713424.

HSL color Cylindrical-coordinate representation of color #D0EB47: hue angle of 69.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0EB47 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB20823571-
CMYK0.1100.700.08
HSL69.88º80.39%60%-
HSV(B)69.88º69.79%92.16%-
XYZ56.8673.2817.11-
YUV208.2350.55127.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 235 (92.19% from 255) = 45.72%
BLUE value IS 71 (28.12% from 255) = 13.81%
R=40.47%
G=45.72%
B=13.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208235710.1100.700.0869.8880.3960
HexD0EB47B046846503c
Octal3203531071301061010612074
Binary11010000111010111000111101101000110100010001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EB47; }

 p { color: rgb(208,235,71); }

 H1.HeaderClassName
 {
   color: #D0EB47;
 }
 .AnyTagClassName
 {
   color: #D0EB47;
 }
</style>
background-color css

<style>
 a { background-color: #D0EB47; }

 a { background-color: rgb(208,235,71); }

 div.DivClassName
 {
   background-color: #D0EB47;
 }
 .BgClassName
 {
   background-color: #D0EB47;
 }
</style>
border-color css

<style>
 span { border-color: #D0EB47; }

 span { border-color: rgb(208,235,71); }

 td.TdClassName
 {
   border-color: #D0EB47;
 }
 .TagClassName
 {
   border-color: #D0EB47;
 }
</style>