#D3F147

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

Shades of Pear #D3F147

Tints of Pear #D3F147

Color information

#D3F147 (or 0xD3F147) is unknown color: approx Pear. HEX triplet: D3, F1 and 47. RGB value is (211,241,71). Sum of RGB (Red+Green+Blue) = 211+241+71=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F147 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F147 is #2C0EB8. Grayscale: #D5D5D5. Windows color (decimal): -2887353 or 4714963. OLE color: 4714963.

HSL color Cylindrical-coordinate representation of color #D3F147: hue angle of 70.59º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3F147 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB21124171-
CMYK0.1200.710.05
HSL70.59º85.86%61.18%-
HSV(B)70.59º70.54%94.51%-
XYZ59.4677.2117.73-
YUV212.6548.06126.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 71 (28.12% from 255) = 13.58%
R=40.34%
G=46.08%
B=13.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211241710.1200.710.0570.5985.8661.18
HexD3F147C047547563d
Octal323361107140107510712675
Binary1101001111110001100011111000100011110110001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F147; }

 p { color: rgb(211,241,71); }

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

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

 a { background-color: rgb(211,241,71); }

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

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

 span { border-color: rgb(211,241,71); }

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