#D3E43D

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

Shades of Pear #D3E43D

Tints of Pear #D3E43D

Color information

#D3E43D (or 0xD3E43D) is unknown color: approx Pear. HEX triplet: D3, E4 and 3D. RGB value is (211,228,61). Sum of RGB (Red+Green+Blue) = 211+228+61=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E43D is #2C1BC2. Grayscale: #CCCCCC. Windows color (decimal): -2890691 or 4056275. OLE color: 4056275.

HSL color Cylindrical-coordinate representation of color #D3E43D: hue angle of 66.11º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3E43D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB21122861-
CMYK0.0700.730.11
HSL66.11º75.57%56.67%-
HSV(B)66.11º73.25%89.41%-
XYZ55.4569.6714.94-
YUV203.8847.37133.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 228 (89.45% from 255) = 45.6%
BLUE value IS 61 (24.22% from 255) = 12.2%
R=42.2%
G=45.6%
B=12.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211228610.0700.730.1166.1175.5756.67
HexD3E43D7049B424c39
Octal32334475701111310211471
Binary110100111110010011110111101001001101110000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E43D; }

 p { color: rgb(211,228,61); }

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

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

 a { background-color: rgb(211,228,61); }

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

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

 span { border-color: rgb(211,228,61); }

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