#51C14D

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

Shades of Fruit Salad #51C14D

Tints of Fruit Salad #51C14D

Color information

#51C14D (or 0x51C14D) is unknown color: approx Fruit Salad. HEX triplet: 51, C1 and 4D. RGB value is (81,193,77). Sum of RGB (Red+Green+Blue) = 81+193+77=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #51C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C14D is #AE3EB2. Grayscale: #929292. Windows color (decimal): -11419315 or 5095761. OLE color: 5095761.

HSL color Cylindrical-coordinate representation of color #51C14D: hue angle of 117.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C14D is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB8119377-
CMYK0.5800.600.24
HSL117.93º48.33%52.94%-
HSV(B)117.93º60.1%75.69%-
XYZ23.840.4313.57-
YUV146.2988.8981.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=23.08%
G=54.99%
B=21.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81193770.5800.600.24117.9348.3352.94
Hex51C14D3A03C18763035
Octal12130111572074301666065
Binary10100011100000110011011110100111100110001110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,193,77); }

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

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

 a { background-color: rgb(81,193,77); }

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

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

 span { border-color: rgb(81,193,77); }

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