#D2E543

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

Shades of Pear #D2E543

Tints of Pear #D2E543

Color information

#D2E543 (or 0xD2E543) is unknown color: approx Pear. HEX triplet: D2, E5 and 43. RGB value is (210,229,67). Sum of RGB (Red+Green+Blue) = 210+229+67=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E543 is #2D1ABC. Grayscale: #CDCDCD. Windows color (decimal): -2955965 or 4449746. OLE color: 4449746.

HSL color Cylindrical-coordinate representation of color #D2E543: hue angle of 67.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2E543 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB21022967-
CMYK0.0800.710.10
HSL67.04º75.7%58.04%-
HSV(B)67.04º70.74%89.8%-
XYZ55.6170.1515.92-
YUV204.8550.21131.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 67 (26.56% from 255) = 13.24%
R=41.50%
G=45.26%
B=13.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210229670.0800.710.1067.0475.758.04
HexD2E5438047A434c3a
Octal3223451031001071210311472
Binary11010010111001011000011100001000111101010000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E543; }

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

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

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

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

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

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

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

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