#51B75C

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

Shades of Fruit Salad #51B75C

Tints of Fruit Salad #51B75C

Color information

#51B75C (or 0x51B75C) is unknown color: approx Fruit Salad. HEX triplet: 51, B7 and 5C. RGB value is (81,183,92). Sum of RGB (Red+Green+Blue) = 81+183+92=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #51B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B75C is #AE48A3. Grayscale: #8E8E8E. Windows color (decimal): -11421860 or 6076241. OLE color: 6076241.

HSL color Cylindrical-coordinate representation of color #51B75C: hue angle of 126.47º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B75C is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB8118392-
CMYK0.5600.500.28
HSL126.47º41.46%51.76%-
HSV(B)126.47º55.74%71.76%-
XYZ22.2636.3915.98-
YUV142.1399.7184.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 183 (71.88% from 255) = 51.40%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=22.75%
G=51.40%
B=25.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81183920.5600.500.28126.4741.4651.76
Hex51B75C380321C7e2934
Octal12126713470062341765164
Binary10100011011011110111001110000110010111001111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,183,92); }

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

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

 a { background-color: rgb(81,183,92); }

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

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

 span { border-color: rgb(81,183,92); }

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