Html Css Color HEX #50B552 Fruit Salad

📋 copy color: '#50B552'

red 80 ◦ green 181 ◦ blue 82

#50B552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #50B552

Tints of Fruit Salad #50B552

RGB

 RED value IS 80 (31.64% from 255) = 23.32%

 GREEN value IS 181 (71.09% from 255) = 52.77%

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 23.32%
G = 52.77%
B = 23.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#50B552 (or 0x50B552) is known color: Fruit Salad. HEX triplet: 50, B5 and 52. RGB value is (80,181,82). Sum of RGB (Red+Green+Blue) = 80+181+82=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #50B552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B552 is #AF4AAD. Grayscale: #8B8B8B. Windows color (decimal): -11487918 or 5420368. OLE color: 5420368.

HSL color Cylindrical-coordinate representation of color #50B552: hue angle of 121.19º degrees, saturation: 0.41, 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 #50B552 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 82 -
CMYK 0.56 0 0.55 0.29
HSL 121.19º 0.41% 0.51% -
HSV(B) 121.19º 0.56% 0.71% -
XYZ 21.36 35.36 13.68 -
YUV 139.52 95.54 85.55 -
System Red Green Blue C M Y K H S L
Decimal 80 181 82 0.56 0 0.55 0.29 121.19 0.41 0.51
Hex 50 B5 52 38 0 37 1D 79 29 33
Octal 120 265 122 70 0 67 35 171 51 63
Binary 1010000 10110101 1010010 111000 0 110111 11101 1111001 101001 110011

Color Harmonies of #50B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B552

Black with #50B552

Text Example


Text Example

White with #50B552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,82); }

 H1.HeaderClassName
 {
   color: #50B552;
 }
 .AnyTagClassName
 {
   color: #50B552;
 }
</style>

background-color css

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

 a { background-color: rgb(80,181,82); }

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

border-color css

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

 span { border-color: rgb(80,181,82); }

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