#D0E94C

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

Shades of Pear #D0E94C

Tints of Pear #D0E94C

Color information

#D0E94C (or 0xD0E94C) is unknown color: approx Pear. HEX triplet: D0, E9 and 4C. RGB value is (208,233,76). Sum of RGB (Red+Green+Blue) = 208+233+76=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E94C is #2F16B3. Grayscale: #D0D0D0. Windows color (decimal): -3086004 or 5040592. OLE color: 5040592.

HSL color Cylindrical-coordinate representation of color #D0E94C: hue angle of 69.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E94C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB20823376-
CMYK0.1100.670.09
HSL69.55º78.11%60.59%-
HSV(B)69.55º67.38%91.37%-
XYZ56.4672.2117.8-
YUV207.6353.72128.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 233 (91.41% from 255) = 45.07%
BLUE value IS 76 (30.08% from 255) = 14.70%
R=40.23%
G=45.07%
B=14.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208233760.1100.670.0969.5578.1160.59
HexD0E94CB0439464e3d
Octal3203511141301031110611675
Binary11010000111010011001100101101000011100110001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E94C; }

 p { color: rgb(208,233,76); }

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

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

 a { background-color: rgb(208,233,76); }

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

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

 span { border-color: rgb(208,233,76); }

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