#D7E112

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

Shades of Pear #D7E112

Tints of Pear #D7E112

Color information

#D7E112 (or 0xD7E112) is unknown color: approx Pear. HEX triplet: D7, E1 and 12. RGB value is (215,225,18). Sum of RGB (Red+Green+Blue) = 215+225+18=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7E112 is #281EED. Grayscale: #C7C7C7. Windows color (decimal): -2629358 or 1237463. OLE color: 1237463.

HSL color Cylindrical-coordinate representation of color #D7E112: hue angle of 62.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7E112 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB21522518-
CMYK0.0400.920.12
HSL62.9º85.19%47.65%-
HSV(B)62.9º92%88.24%-
XYZ55.0668.3410.86-
YUV198.4126.19139.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 225 (88.28% from 255) = 49.13%
BLUE value IS 18 (7.42% from 255) = 3.93%
R=46.94%
G=49.13%
B=3.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215225180.0400.920.1262.985.1947.65
HexD7E112405CC3f5530
Octal3273412240134147712560
Binary1101011111100001100101000101110011001111111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E112; }

 p { color: rgb(215,225,18); }

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

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

 a { background-color: rgb(215,225,18); }

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

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

 span { border-color: rgb(215,225,18); }

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