#51A74B

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

Shades of Fruit Salad #51A74B

Tints of Fruit Salad #51A74B

Color information

#51A74B (or 0x51A74B) is unknown color: approx Fruit Salad. HEX triplet: 51, A7 and 4B. RGB value is (81,167,75). Sum of RGB (Red+Green+Blue) = 81+167+75=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #51A74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A74B is #AE58B4. Grayscale: #838383. Windows color (decimal): -11425973 or 4958033. OLE color: 4958033.

HSL color Cylindrical-coordinate representation of color #51A74B: hue angle of 116.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51A74B is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB8116775-
CMYK0.5100.550.35
HSL116.09º38.02%47.45%-
HSV(B)116.09º55.09%65.49%-
XYZ18.4829.8911.45-
YUV130.896.5192.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 167 (65.62% from 255) = 51.70%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=25.08%
G=51.70%
B=23.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81167750.5100.550.35116.0938.0247.45
Hex51A74B330372374262f
Octal12124711363067431644657
Binary101000110100111100101111001101101111000111110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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