#D2E43D

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

Shades of Pear #D2E43D

Tints of Pear #D2E43D

Color information

#D2E43D (or 0xD2E43D) is unknown color: approx Pear. HEX triplet: D2, E4 and 3D. RGB value is (210,228,61). Sum of RGB (Red+Green+Blue) = 210+228+61=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E43D is #2D1BC2. Grayscale: #CCCCCC. Windows color (decimal): -2956227 or 4056274. OLE color: 4056274.

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

Color convert

RGB21022861-
CMYK0.0800.730.11
HSL66.47º75.57%56.67%-
HSV(B)66.47º73.25%89.41%-
XYZ55.1669.5314.93-
YUV203.5847.54132.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 61 (24.22% from 255) = 12.22%
R=42.08%
G=45.69%
B=12.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210228610.0800.730.1166.4775.5756.67
HexD2E43D8049B424c39
Octal322344751001111310211471
Binary1101001011100100111101100001001001101110000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E43D; }

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

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

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

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

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

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

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

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