#47C953

Color #47C953 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #47C953

Tints of Fruit Salad #47C953

Color information

#47C953 (or 0x47C953) is unknown color: approx Fruit Salad. HEX triplet: 47, C9 and 53. RGB value is (71,201,83). Sum of RGB (Red+Green+Blue) = 71+201+83=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #47C953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C953 is #B836AC. Grayscale: #959595. Windows color (decimal): -12072621 or 5491015. OLE color: 5491015.

HSL color Cylindrical-coordinate representation of color #47C953: hue angle of 125.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C953 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB7120183-
CMYK0.6500.590.21
HSL125.54º54.62%53.33%-
HSV(B)125.54º64.68%78.82%-
XYZ25.0543.7415.31-
YUV148.6890.9372.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 201 (78.91% from 255) = 56.62%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=20%
G=56.62%
B=23.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71201830.6500.590.21125.5454.6253.33
Hex47C9534103B157e3735
Octal107311123101073251766765
Binary100011111001001101001110000010111011101011111110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47C953; }

 p { color: rgb(71,201,83); }

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

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

 a { background-color: rgb(71,201,83); }

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

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

 span { border-color: rgb(71,201,83); }

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