#D1E42F

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

Shades of Pear #D1E42F

Tints of Pear #D1E42F

Color information

#D1E42F (or 0xD1E42F) is unknown color: approx Pear. HEX triplet: D1, E4 and 2F. RGB value is (209,228,47). Sum of RGB (Red+Green+Blue) = 209+228+47=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E42F is #2E1BD0. Grayscale: #CACACA. Windows color (decimal): -3021777 or 3138769. OLE color: 3138769.

HSL color Cylindrical-coordinate representation of color #D1E42F: hue angle of 66.3º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1E42F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB20922847-
CMYK0.0800.790.11
HSL66.3º77.02%53.92%-
HSV(B)66.3º79.39%89.41%-
XYZ54.5569.2513.18-
YUV201.6840.71133.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 47 (18.75% from 255) = 9.71%
R=43.18%
G=47.11%
B=9.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209228470.0800.790.1166.377.0253.92
HexD1E42F804FB424d36
Octal321344571001171310211566
Binary1101000111100100101111100001001111101110000101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E42F; }

 p { color: rgb(209,228,47); }

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

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

 a { background-color: rgb(209,228,47); }

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

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

 span { border-color: rgb(209,228,47); }

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