#51b348

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

Shades of Fruit Salad #51B348

Tints of Fruit Salad #51B348

Color information

#51B348 (or 0x51B348) is unknown color: approx Fruit Salad. HEX triplet: 51, B3 and 48. RGB value is (81,179,72). Sum of RGB (Red+Green+Blue) = 81+179+72=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #51B348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51B348 is #AE4CB7. Grayscale: #898989. Windows color (decimal): -11422904 or 4764497. OLE color: 4764497.

HSL color Cylindrical-coordinate representation of color #51B348: hue angle of 114.95º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51B348 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB8117972-
CMYK0.5500.600.30
HSL114.95º42.63%49.22%-
HSV(B)114.95º59.78%70.2%-
XYZ20.6834.4611.69-
YUV137.591.0387.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=24.40%
G=53.92%
B=21.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81179720.5500.600.30114.9542.6349.22
Hex51B3483703C1E732b31
Octal12126311067074361635361
Binary10100011011001110010001101110111100111101110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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