#D3F53D

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

Shades of Pear #D3F53D

Tints of Pear #D3F53D

Color information

#D3F53D (or 0xD3F53D) is unknown color: approx Pear. HEX triplet: D3, F5 and 3D. RGB value is (211,245,61). Sum of RGB (Red+Green+Blue) = 211+245+61=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F53D is #2C0AC2. Grayscale: #D6D6D6. Windows color (decimal): -2886339 or 4060627. OLE color: 4060627.

HSL color Cylindrical-coordinate representation of color #D3F53D: hue angle of 71.09º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3F53D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB21124561-
CMYK0.1400.750.04
HSL71.09º90.2%60%-
HSV(B)71.09º75.1%96.08%-
XYZ60.3679.4916.58-
YUV213.8641.74125.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 61 (24.22% from 255) = 11.80%
R=40.81%
G=47.39%
B=11.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211245610.1400.750.0471.0990.260
HexD3F53DE04B4475a3c
Octal32336575160113410713274
Binary110100111111010111110111100100101110010001111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F53D; }

 p { color: rgb(211,245,61); }

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

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

 a { background-color: rgb(211,245,61); }

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

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

 span { border-color: rgb(211,245,61); }

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