#50B451

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

Shades of Fruit Salad #50B451

Tints of Fruit Salad #50B451

Color information

#50B451 (or 0x50B451) is unknown color: approx Fruit Salad. HEX triplet: 50, B4 and 51. RGB value is (80,180,81). Sum of RGB (Red+Green+Blue) = 80+180+81=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #50B451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B451 is #AF4BAE. Grayscale: #8B8B8B. Windows color (decimal): -11488175 or 5354576. OLE color: 5354576.

HSL color Cylindrical-coordinate representation of color #50B451: hue angle of 120.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B451 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB8018081-
CMYK0.5600.550.29
HSL120.6º40%50.98%-
HSV(B)120.6º55.56%70.59%-
XYZ21.1134.9413.42-
YUV138.8195.3786.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=23.46%
G=52.79%
B=23.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180810.5600.550.29120.64050.98
Hex50B451380371D792833
Octal12026412170067351715063
Binary10100001011010010100011110000110111111011111001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B451; }

 p { color: rgb(80,180,81); }

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

<style>
 a { background-color: #50B451; }

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

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

<style>
 span { border-color: #50B451; }

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

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