#D1E842

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

Shades of Pear #D1E842

Tints of Pear #D1E842

Color information

#D1E842 (or 0xD1E842) is unknown color: approx Pear. HEX triplet: D1, E8 and 42. RGB value is (209,232,66). Sum of RGB (Red+Green+Blue) = 209+232+66=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E842 is #2E17BD. Grayscale: #CECECE. Windows color (decimal): -3020734 or 4384977. OLE color: 4384977.

HSL color Cylindrical-coordinate representation of color #D1E842: hue angle of 68.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1E842 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB20923266-
CMYK0.1000.720.09
HSL68.31º78.3%58.43%-
HSV(B)68.31º71.55%90.98%-
XYZ56.1371.6616.03-
YUV206.248.88130-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 232 (91.02% from 255) = 45.76%
BLUE value IS 66 (26.17% from 255) = 13.02%
R=41.22%
G=45.76%
B=13.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209232660.1000.720.0968.3178.358.43
HexD1E842A0489444e3a
Octal3213501021201101110411672
Binary11010001111010001000010101001001000100110001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E842; }

 p { color: rgb(209,232,66); }

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

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

 a { background-color: rgb(209,232,66); }

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

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

 span { border-color: rgb(209,232,66); }

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