Html Css Color HEX #50BB52 Fruit Salad

📋 copy color: '#50BB52'

red 80 ◦ green 187 ◦ blue 82

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

Shades of Fruit Salad #50BB52

Tints of Fruit Salad #50BB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.58%

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

R = 22.92%
G = 53.58%
B = 23.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#50BB52 (or 0x50BB52) is known color: Fruit Salad. HEX triplet: 50, BB and 52. RGB value is (80,187,82). Sum of RGB (Red+Green+Blue) = 80+187+82=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB52 is #AF44AD. Grayscale: #8F8F8F. Windows color (decimal): -11486382 or 5421904. OLE color: 5421904.

HSL color Cylindrical-coordinate representation of color #50BB52: hue angle of 121.12º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB52 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 82 -
CMYK 0.57 0 0.56 0.27
HSL 121.12º 0.44% 0.52% -
HSV(B) 121.12º 0.57% 0.73% -
XYZ 22.6 37.86 14.1 -
YUV 143.04 93.55 83.04 -
System Red Green Blue C M Y K H S L
Decimal 80 187 82 0.57 0 0.56 0.27 121.12 0.44 0.52
Hex 50 BB 52 39 0 38 1B 79 2C 34
Octal 120 273 122 71 0 70 33 171 54 64
Binary 1010000 10111011 1010010 111001 0 111000 11011 1111001 101100 110100

Color Harmonies of #50BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB52

Black with #50BB52

Text Example


Text Example

White with #50BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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