#D3E544

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

Shades of Pear #D3E544

Tints of Pear #D3E544

Color information

#D3E544 (or 0xD3E544) is unknown color: approx Pear. HEX triplet: D3, E5 and 44. RGB value is (211,229,68). Sum of RGB (Red+Green+Blue) = 211+229+68=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E544 is #2C1ABB. Grayscale: #CDCDCD. Windows color (decimal): -2890428 or 4515283. OLE color: 4515283.

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

Color convert

RGB21122968-
CMYK0.0800.700.10
HSL66.71º75.59%58.24%-
HSV(B)66.71º70.31%89.8%-
XYZ55.9370.316.09-
YUV205.2650.54132.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 68 (26.95% from 255) = 13.39%
R=41.54%
G=45.08%
B=13.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal211229680.0800.700.1066.7175.5958.24
HexD3E5448046A434c3a
Octal3233451041001061210311472
Binary11010011111001011000100100001000110101010000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E544; }

 p { color: rgb(211,229,68); }

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

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

 a { background-color: rgb(211,229,68); }

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

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

 span { border-color: rgb(211,229,68); }

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