#D4E445

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

Shades of Pear #D4E445

Tints of Pear #D4E445

Color information

#D4E445 (or 0xD4E445) is unknown color: approx Pear. HEX triplet: D4, E4 and 45. RGB value is (212,228,69). Sum of RGB (Red+Green+Blue) = 212+228+69=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E445 is #2B1BBA. Grayscale: #CDCDCD. Windows color (decimal): -2825147 or 4580564. OLE color: 4580564.

HSL color Cylindrical-coordinate representation of color #D4E445: hue angle of 66.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4E445 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB21222869-
CMYK0.0700.700.11
HSL66.04º74.65%58.24%-
HSV(B)66.04º69.74%89.41%-
XYZ55.9769.9116.18-
YUV205.0951.2132.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 69 (27.34% from 255) = 13.56%
R=41.65%
G=44.79%
B=13.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212228690.0700.700.1166.0474.6558.24
HexD4E4457046B424b3a
Octal324344105701061310211372
Binary1101010011100100100010111101000110101110000101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E445; }

 p { color: rgb(212,228,69); }

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

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

 a { background-color: rgb(212,228,69); }

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

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

 span { border-color: rgb(212,228,69); }

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