#51C350

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

Shades of Fruit Salad #51C350

Tints of Fruit Salad #51C350

Color information

#51C350 (or 0x51C350) is unknown color: approx Fruit Salad. HEX triplet: 51, C3 and 50. RGB value is (81,195,80). Sum of RGB (Red+Green+Blue) = 81+195+80=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #51C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C350 is #AE3CAF. Grayscale: #949494. Windows color (decimal): -11418800 or 5292881. OLE color: 5292881.

HSL color Cylindrical-coordinate representation of color #51C350: hue angle of 119.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C350 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB8119580-
CMYK0.5800.590.24
HSL119.48º48.94%53.92%-
HSV(B)119.48º58.97%76.47%-
XYZ24.3641.3614.29-
YUV147.889.7380.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 195 (76.56% from 255) = 54.78%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=22.75%
G=54.78%
B=22.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81195800.5800.590.24119.4848.9453.92
Hex51C3503A03B18773136
Octal12130312072073301676166
Binary10100011100001110100001110100111011110001110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C350; }

 p { color: rgb(81,195,80); }

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

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

 a { background-color: rgb(81,195,80); }

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

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

 span { border-color: rgb(81,195,80); }

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