#D3FC48

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

Shades of Pear #D3FC48

Tints of Pear #D3FC48

Color information

#D3FC48 (or 0xD3FC48) is unknown color: approx Pear. HEX triplet: D3, FC and 48. RGB value is (211,252,72). Sum of RGB (Red+Green+Blue) = 211+252+72=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FC48 is #2C03B7. Grayscale: #DBDBDB. Windows color (decimal): -2884536 or 4783315. OLE color: 4783315.

HSL color Cylindrical-coordinate representation of color #D3FC48: hue angle of 73.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3FC48 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB21125272-
CMYK0.1600.710.01
HSL73.67º96.77%63.53%-
HSV(B)73.67º71.43%98.82%-
XYZ62.8483.9419.02-
YUV219.2244.92122.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 252 (98.83% from 255) = 47.10%
BLUE value IS 72 (28.52% from 255) = 13.46%
R=39.44%
G=47.10%
B=13.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211252720.1600.710.0173.6796.7763.53
HexD3FC481004714a6140
Octal3233741102001071112141100
Binary1101001111111100100100010000010001111100101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FC48; }

 p { color: rgb(211,252,72); }

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

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

 a { background-color: rgb(211,252,72); }

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

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

 span { border-color: rgb(211,252,72); }

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