#D3E446

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

Shades of Pear #D3E446

Tints of Pear #D3E446

Color information

#D3E446 (or 0xD3E446) is unknown color: approx Pear. HEX triplet: D3, E4 and 46. RGB value is (211,228,70). Sum of RGB (Red+Green+Blue) = 211+228+70=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E446 is #2C1BB9. Grayscale: #CDCDCD. Windows color (decimal): -2890682 or 4646099. OLE color: 4646099.

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

Color convert

RGB21122870-
CMYK0.0700.690.11
HSL66.46º74.53%58.43%-
HSV(B)66.46º69.3%89.41%-
XYZ55.7169.7816.33-
YUV204.951.87132.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 70 (27.73% from 255) = 13.75%
R=41.45%
G=44.79%
B=13.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211228700.0700.690.1166.4674.5358.43
HexD3E4467045B424b3a
Octal323344106701051310211372
Binary1101001111100100100011011101000101101110000101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E446; }

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

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

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

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

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

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

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

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