#D5F745

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

Shades of Pear #D5F745

Tints of Pear #D5F745

Color information

#D5F745 (or 0xD5F745) is unknown color: approx Pear. HEX triplet: D5, F7 and 45. RGB value is (213,247,69). Sum of RGB (Red+Green+Blue) = 213+247+69=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F745 is #2A08BA. Grayscale: #D9D9D9. Windows color (decimal): -2754747 or 4585429. OLE color: 4585429.

HSL color Cylindrical-coordinate representation of color #D5F745: hue angle of 71.46º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5F745 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB21324769-
CMYK0.1400.720.03
HSL71.46º91.75%61.96%-
HSV(B)71.46º72.06%96.86%-
XYZ61.7881.118.03-
YUV216.5444.74125.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 69 (27.34% from 255) = 13.04%
R=40.26%
G=46.69%
B=13.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal213247690.1400.720.0371.4691.7561.96
HexD5F745E0483475c3e
Octal325367105160110310713476
Binary110101011111011110001011110010010001110001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F745; }

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

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

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

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

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

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

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

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