Html Css Color HEX #50B74E Fruit Salad

📋 copy color: '#50B74E'

red 80 ◦ green 183 ◦ blue 78

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

Shades of Fruit Salad #50B74E

Tints of Fruit Salad #50B74E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 23.46%
G = 53.67%
B = 22.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#50B74E (or 0x50B74E) is known color: Fruit Salad. HEX triplet: 50, B7 and 4E. RGB value is (80,183,78). Sum of RGB (Red+Green+Blue) = 80+183+78=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #50B74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B74E is #AF48B1. Grayscale: #8C8C8C. Windows color (decimal): -11487410 or 5158736. OLE color: 5158736.

HSL color Cylindrical-coordinate representation of color #50B74E: hue angle of 118.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B74E is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 78 -
CMYK 0.56 0 0.57 0.28
HSL 118.86º 0.42% 0.51% -
HSV(B) 118.86º 0.57% 0.72% -
XYZ 21.62 36.12 13.04 -
YUV 140.23 92.88 85.04 -
System Red Green Blue C M Y K H S L
Decimal 80 183 78 0.56 0 0.57 0.28 118.86 0.42 0.51
Hex 50 B7 4E 38 0 39 1C 77 2A 33
Octal 120 267 116 70 0 71 34 167 52 63
Binary 1010000 10110111 1001110 111000 0 111001 11100 1110111 101010 110011

Color Harmonies of #50B74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B74E

Black with #50B74E

Text Example


Text Example

White with #50B74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,78); }

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

background-color css

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

 a { background-color: rgb(80,183,78); }

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

border-color css

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

 span { border-color: rgb(80,183,78); }

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