#D1E13C

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

Shades of Pear #D1E13C

Tints of Pear #D1E13C

Color information

#D1E13C (or 0xD1E13C) is unknown color: approx Pear. HEX triplet: D1, E1 and 3C. RGB value is (209,225,60). Sum of RGB (Red+Green+Blue) = 209+225+60=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E13C is #2E1EC3. Grayscale: #CACACA. Windows color (decimal): -3022532 or 3989969. OLE color: 3989969.

HSL color Cylindrical-coordinate representation of color #D1E13C: hue angle of 65.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1E13C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB20922560-
CMYK0.0700.730.12
HSL65.82º73.33%55.88%-
HSV(B)65.82º73.33%88.24%-
XYZ54.0467.7314.5-
YUV201.4148.2133.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 60 (23.83% from 255) = 12.15%
R=42.31%
G=45.55%
B=12.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209225600.0700.730.1265.8273.3355.88
HexD1E13C7049C424938
Octal32134174701111410211170
Binary110100011110000111110011101001001110010000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E13C; }

 p { color: rgb(209,225,60); }

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

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

 a { background-color: rgb(209,225,60); }

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

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

 span { border-color: rgb(209,225,60); }

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