#51B05A

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

Shades of Fruit Salad #51B05A

Tints of Fruit Salad #51B05A

Color information

#51B05A (or 0x51B05A) is unknown color: approx Fruit Salad. HEX triplet: 51, B0 and 5A. RGB value is (81,176,90). Sum of RGB (Red+Green+Blue) = 81+176+90=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #51B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B05A is #AE4FA5. Grayscale: #8A8A8A. Windows color (decimal): -11423654 or 5943377. OLE color: 5943377.

HSL color Cylindrical-coordinate representation of color #51B05A: hue angle of 125.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B05A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8117690-
CMYK0.5400.490.31
HSL125.68º37.55%50.39%-
HSV(B)125.68º53.98%69.02%-
XYZ20.7633.5415.05-
YUV137.79101.0387.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 176 (69.14% from 255) = 50.72%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=23.34%
G=50.72%
B=25.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81176900.5400.490.31125.6837.5550.39
Hex51B05A360311F7e2632
Octal12126013266061371764662
Binary10100011011000010110101101100110001111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,176,90); }

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

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

 a { background-color: rgb(81,176,90); }

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

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

 span { border-color: rgb(81,176,90); }

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