Html Css Color HEX #50BF4B Fruit Salad

📋 copy color: '#50BF4B'

red 80 ◦ green 191 ◦ blue 75

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

Shades of Fruit Salad #50BF4B

Tints of Fruit Salad #50BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 23.12%
G = 55.2%
B = 21.68%

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

#50BF4B (or 0x50BF4B) is known color: Fruit Salad. HEX triplet: 50, BF and 4B. RGB value is (80,191,75). Sum of RGB (Red+Green+Blue) = 80+191+75=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF4B is #AF40B4. Grayscale: #909090. Windows color (decimal): -11485365 or 4964176. OLE color: 4964176.

HSL color Cylindrical-coordinate representation of color #50BF4B: hue angle of 117.41º 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 #50BF4B is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 75 -
CMYK 0.58 0 0.61 0.25
HSL 117.41º 0.48% 0.52% -
HSV(B) 117.41º 0.61% 0.75% -
XYZ 23.21 39.48 13.05 -
YUV 144.59 88.73 81.93 -
System Red Green Blue C M Y K H S L
Decimal 80 191 75 0.58 0 0.61 0.25 117.41 0.48 0.52
Hex 50 BF 4B 3A 0 3D 19 75 30 34
Octal 120 277 113 72 0 75 31 165 60 64
Binary 1010000 10111111 1001011 111010 0 111101 11001 1110101 110000 110100

Color Harmonies of #50BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF4B

Black with #50BF4B

Text Example


Text Example

White with #50BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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