#D4F745

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

Shades of Pear #D4F745

Tints of Pear #D4F745

Color information

#D4F745 (or 0xD4F745) is unknown color: approx Pear. HEX triplet: D4, F7 and 45. RGB value is (212,247,69). Sum of RGB (Red+Green+Blue) = 212+247+69=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F745 is #2B08BA. Grayscale: #D8D8D8. Windows color (decimal): -2820283 or 4585428. OLE color: 4585428.

HSL color Cylindrical-coordinate representation of color #D4F745: hue angle of 71.8º 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 #D4F745 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB21224769-
CMYK0.1400.720.03
HSL71.8º91.75%61.96%-
HSV(B)71.8º72.06%96.86%-
XYZ61.4980.9518.01-
YUV216.2444.9124.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 247 (96.88% from 255) = 46.78%
BLUE value IS 69 (27.34% from 255) = 13.07%
R=40.15%
G=46.78%
B=13.07%

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
Decimal212247690.1400.720.0371.891.7561.96
HexD4F745E0483485c3e
Octal324367105160110311013476
Binary110101001111011110001011110010010001110010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F745; }

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

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

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

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

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

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

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

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