Html Css Color HEX #50B25E Fruit Salad

📋 copy color: '#50B25E'

red 80 ◦ green 178 ◦ blue 94

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

Shades of Fruit Salad #50B25E

Tints of Fruit Salad #50B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.57%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 22.73%
G = 50.57%
B = 26.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#50B25E (or 0x50B25E) is known color: Fruit Salad. HEX triplet: 50, B2 and 5E. RGB value is (80,178,94). Sum of RGB (Red+Green+Blue) = 80+178+94=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #50B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B25E is #AF4DA1. Grayscale: #8B8B8B. Windows color (decimal): -11488674 or 6206032. OLE color: 6206032.

HSL color Cylindrical-coordinate representation of color #50B25E: hue angle of 128.57º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B25E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 94 -
CMYK 0.55 0 0.47 0.30
HSL 128.57º 0.39% 0.51% -
HSV(B) 128.57º 0.55% 0.7% -
XYZ 21.25 34.35 16.1 -
YUV 139.12 102.53 85.83 -
System Red Green Blue C M Y K H S L
Decimal 80 178 94 0.55 0 0.47 0.30 128.57 0.39 0.51
Hex 50 B2 5E 37 0 2F 1E 81 27 33
Octal 120 262 136 67 0 57 36 201 47 63
Binary 1010000 10110010 1011110 110111 0 101111 11110 10000001 100111 110011

Color Harmonies of #50B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B25E

Black with #50B25E

Text Example


Text Example

White with #50B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,94); }

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

background-color css

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

 a { background-color: rgb(80,178,94); }

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

border-color css

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

 span { border-color: rgb(80,178,94); }

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