Html Css Color HEX #50BF4A Fruit Salad

📋 copy color: '#50BF4A'

red 80 ◦ green 191 ◦ blue 74

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

Shades of Fruit Salad #50BF4A

Tints of Fruit Salad #50BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 55.36%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 23.19%
G = 55.36%
B = 21.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#50BF4A (or 0x50BF4A) is known color: Fruit Salad. HEX triplet: 50, BF and 4A. RGB value is (80,191,74). Sum of RGB (Red+Green+Blue) = 80+191+74=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF4A is #AF40B5. Grayscale: #909090. Windows color (decimal): -11485366 or 4898640. OLE color: 4898640.

HSL color Cylindrical-coordinate representation of color #50BF4A: hue angle of 116.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BF4A is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 74 -
CMYK 0.58 0 0.61 0.25
HSL 116.92º 0.48% 0.52% -
HSV(B) 116.92º 0.61% 0.75% -
XYZ 23.18 39.46 12.87 -
YUV 144.47 88.23 82.01 -
System Red Green Blue C M Y K H S L
Decimal 80 191 74 0.58 0 0.61 0.25 116.92 0.48 0.52
Hex 50 BF 4A 3A 0 3D 19 75 30 34
Octal 120 277 112 72 0 75 31 165 60 64
Binary 1010000 10111111 1001010 111010 0 111101 11001 1110101 110000 110100

Color Harmonies of #50BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF4A

Black with #50BF4A

Text Example


Text Example

White with #50BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,74); }

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

background-color css

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

 a { background-color: rgb(80,191,74); }

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

border-color css

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

 span { border-color: rgb(80,191,74); }

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