#51B14B

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

Shades of Fruit Salad #51B14B

Tints of Fruit Salad #51B14B

Color information

#51B14B (or 0x51B14B) is unknown color: approx Fruit Salad. HEX triplet: 51, B1 and 4B. RGB value is (81,177,75). Sum of RGB (Red+Green+Blue) = 81+177+75=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #51B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51B14B is #AE4EB4. Grayscale: #888888. Windows color (decimal): -11423413 or 4960593. OLE color: 4960593.

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

Color convert

RGB8117775-
CMYK0.5400.580.31
HSL116.47º40.48%49.41%-
HSV(B)116.47º57.63%69.41%-
XYZ20.3933.712.09-
YUV136.6793.288.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=24.32%
G=53.15%
B=22.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81177750.5400.580.31116.4740.4849.41
Hex51B14B3603A1F742831
Octal12126111366072371645061
Binary10100011011000110010111101100111010111111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,75); }

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

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

 a { background-color: rgb(81,177,75); }

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

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

 span { border-color: rgb(81,177,75); }

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