#D4E94A

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

Shades of Pear #D4E94A

Tints of Pear #D4E94A

Color information

#D4E94A (or 0xD4E94A) is unknown color: approx Pear. HEX triplet: D4, E9 and 4A. RGB value is (212,233,74). Sum of RGB (Red+Green+Blue) = 212+233+74=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E94A is #2B16B5. Grayscale: #D1D1D1. Windows color (decimal): -2823862 or 4909524. OLE color: 4909524.

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

Color convert

RGB21223374-
CMYK0.0900.680.09
HSL67.92º78.33%60.2%-
HSV(B)67.92º68.24%91.37%-
XYZ57.5372.7717.49-
YUV208.652.04130.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 233 (91.41% from 255) = 44.89%
BLUE value IS 74 (29.30% from 255) = 14.26%
R=40.85%
G=44.89%
B=14.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212233740.0900.680.0967.9278.3360.2
HexD4E94A90449444e3c
Octal3243511121101041110411674
Binary11010100111010011001010100101000100100110001001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E94A; }

 p { color: rgb(212,233,74); }

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

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

 a { background-color: rgb(212,233,74); }

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

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

 span { border-color: rgb(212,233,74); }

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