Html Css Color HEX #50BC52 Fruit Salad

📋 copy color: '#50BC52'

red 80 ◦ green 188 ◦ blue 82

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

Shades of Fruit Salad #50BC52

Tints of Fruit Salad #50BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.71%

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

R = 22.86%
G = 53.71%
B = 23.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#50BC52 (or 0x50BC52) is known color: Fruit Salad. HEX triplet: 50, BC and 52. RGB value is (80,188,82). Sum of RGB (Red+Green+Blue) = 80+188+82=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC52 is #AF43AD. Grayscale: #8F8F8F. Windows color (decimal): -11486126 or 5422160. OLE color: 5422160.

HSL color Cylindrical-coordinate representation of color #50BC52: hue angle of 121.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC52 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 82 -
CMYK 0.57 0 0.56 0.26
HSL 121.11º 0.45% 0.53% -
HSV(B) 121.11º 0.57% 0.74% -
XYZ 22.81 38.28 14.17 -
YUV 143.62 93.22 82.62 -
System Red Green Blue C M Y K H S L
Decimal 80 188 82 0.57 0 0.56 0.26 121.11 0.45 0.53
Hex 50 BC 52 39 0 38 1A 79 2D 35
Octal 120 274 122 71 0 70 32 171 55 65
Binary 1010000 10111100 1010010 111001 0 111000 11010 1111001 101101 110101

Color Harmonies of #50BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC52

Black with #50BC52

Text Example


Text Example

White with #50BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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