Html Css Color HEX #50B652 Fruit Salad

📋 copy color: '#50B652'

red 80 ◦ green 182 ◦ blue 82

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

Shades of Fruit Salad #50B652

Tints of Fruit Salad #50B652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.91%

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

R = 23.26%
G = 52.91%
B = 23.84%

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

#50B652 (or 0x50B652) is known color: Fruit Salad. HEX triplet: 50, B6 and 52. RGB value is (80,182,82). Sum of RGB (Red+Green+Blue) = 80+182+82=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #50B652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B652 is #AF49AD. Grayscale: #8C8C8C. Windows color (decimal): -11487662 or 5420624. OLE color: 5420624.

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

Color convert

RGB 80 182 82 -
CMYK 0.56 0 0.55 0.29
HSL 121.18º 0.41% 0.51% -
HSV(B) 121.18º 0.56% 0.71% -
XYZ 21.56 35.77 13.75 -
YUV 140.1 95.21 85.13 -
System Red Green Blue C M Y K H S L
Decimal 80 182 82 0.56 0 0.55 0.29 121.18 0.41 0.51
Hex 50 B6 52 38 0 37 1D 79 29 33
Octal 120 266 122 70 0 67 35 171 51 63
Binary 1010000 10110110 1010010 111000 0 110111 11101 1111001 101001 110011

Color Harmonies of #50B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B652

Black with #50B652

Text Example


Text Example

White with #50B652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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