#51B352

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

Shades of Fruit Salad #51B352

Tints of Fruit Salad #51B352

Color information

#51B352 (or 0x51B352) is unknown color: approx Fruit Salad. HEX triplet: 51, B3 and 52. RGB value is (81,179,82). Sum of RGB (Red+Green+Blue) = 81+179+82=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #51B352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B352 is #AE4CAD. Grayscale: #8A8A8A. Windows color (decimal): -11422894 or 5419857. OLE color: 5419857.

HSL color Cylindrical-coordinate representation of color #51B352: hue angle of 120.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B352 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB8117982-
CMYK0.5500.540.30
HSL120.61º39.2%50.98%-
HSV(B)120.61º54.75%70.2%-
XYZ21.0434.613.55-
YUV138.6496.0386.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 179 (70.31% from 255) = 52.34%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=23.68%
G=52.34%
B=23.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81179820.5500.540.30120.6139.250.98
Hex51B352370361E792733
Octal12126312267066361714763
Binary10100011011001110100101101110110110111101111001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,82); }

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

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

 a { background-color: rgb(81,179,82); }

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

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

 span { border-color: rgb(81,179,82); }

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