#D2E343

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

Shades of Pear #D2E343

Tints of Pear #D2E343

Color information

#D2E343 (or 0xD2E343) is unknown color: approx Pear. HEX triplet: D2, E3 and 43. RGB value is (210,227,67). Sum of RGB (Red+Green+Blue) = 210+227+67=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E343 is #2D1CBC. Grayscale: #CCCCCC. Windows color (decimal): -2956477 or 4449234. OLE color: 4449234.

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

Color convert

RGB21022767-
CMYK0.0700.700.11
HSL66.38º74.07%57.65%-
HSV(B)66.38º70.48%89.02%-
XYZ55.0669.0515.74-
YUV203.6850.87132.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 227 (89.06% from 255) = 45.04%
BLUE value IS 67 (26.56% from 255) = 13.29%
R=41.67%
G=45.04%
B=13.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227670.0700.700.1166.3874.0757.65
HexD2E3437046B424a3a
Octal322343103701061310211272
Binary1101001011100011100001111101000110101110000101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E343; }

 p { color: rgb(210,227,67); }

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

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

 a { background-color: rgb(210,227,67); }

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

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

 span { border-color: rgb(210,227,67); }

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