#D5E445

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

Shades of Pear #D5E445

Tints of Pear #D5E445

Color information

#D5E445 (or 0xD5E445) is unknown color: approx Pear. HEX triplet: D5, E4 and 45. RGB value is (213,228,69). Sum of RGB (Red+Green+Blue) = 213+228+69=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E445 is #2A1BBA. Grayscale: #CECECE. Windows color (decimal): -2759611 or 4580565. OLE color: 4580565.

HSL color Cylindrical-coordinate representation of color #D5E445: hue angle of 65.66º 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 #D5E445 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB21322869-
CMYK0.0700.700.11
HSL65.66º74.65%58.24%-
HSV(B)65.66º69.74%89.41%-
XYZ56.2670.0616.19-
YUV205.3951.03133.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 69 (27.34% from 255) = 13.53%
R=41.76%
G=44.71%
B=13.53%

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
Decimal213228690.0700.700.1165.6674.6558.24
HexD5E4457046B424b3a
Octal325344105701061310211372
Binary1101010111100100100010111101000110101110000101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E445; }

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

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

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

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

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

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

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

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