#51C051

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

Shades of Fruit Salad #51C051

Tints of Fruit Salad #51C051

Color information

#51C051 (or 0x51C051) is unknown color: approx Fruit Salad. HEX triplet: 51, C0 and 51. RGB value is (81,192,81). Sum of RGB (Red+Green+Blue) = 81+192+81=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #51C051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C051 is #AE3FAE. Grayscale: #929292. Windows color (decimal): -11419567 or 5357649. OLE color: 5357649.

HSL color Cylindrical-coordinate representation of color #51C051: hue angle of 120º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C051 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB8119281-
CMYK0.5800.580.25
HSL120º46.84%53.53%-
HSV(B)120º57.81%75.29%-
XYZ23.7340.0414.26-
YUV146.1691.2381.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=22.88%
G=54.24%
B=22.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81192810.5800.580.2512046.8453.53
Hex51C0513A03A19782f36
Octal12130012172072311705766
Binary10100011100000010100011110100111010110011111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,81); }

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

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

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

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

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

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

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