#D3E246

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

Shades of Pear #D3E246

Tints of Pear #D3E246

Color information

#D3E246 (or 0xD3E246) is unknown color: approx Pear. HEX triplet: D3, E2 and 46. RGB value is (211,226,70). Sum of RGB (Red+Green+Blue) = 211+226+70=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E246 is #2C1DB9. Grayscale: #CCCCCC. Windows color (decimal): -2891194 or 4645587. OLE color: 4645587.

HSL color Cylindrical-coordinate representation of color #D3E246: hue angle of 65.77º degrees, saturation: 0.73, 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 #D3E246 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB21122670-
CMYK0.0700.690.11
HSL65.77º72.9%58.04%-
HSV(B)65.77º69.03%88.63%-
XYZ55.1768.6816.14-
YUV203.7352.53133.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 226 (88.67% from 255) = 44.58%
BLUE value IS 70 (27.73% from 255) = 13.81%
R=41.62%
G=44.58%
B=13.81%

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
Decimal211226700.0700.690.1165.7772.958.04
HexD3E2467045B42493a
Octal323342106701051310211172
Binary1101001111100010100011011101000101101110000101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E246; }

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

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

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

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

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

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

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

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