Html Css Color HEX #50C04F Fruit Salad

📋 copy color: '#50C04F'

red 80 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #50C04F

Tints of Fruit Salad #50C04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 22.79%
G = 54.7%
B = 22.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#50C04F (or 0x50C04F) is known color: Fruit Salad. HEX triplet: 50, C0 and 4F. RGB value is (80,192,79). Sum of RGB (Red+Green+Blue) = 80+192+79=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #50C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C04F is #AF3FB0. Grayscale: #919191. Windows color (decimal): -11485105 or 5226576. OLE color: 5226576.

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

Color convert

RGB 80 192 79 -
CMYK 0.58 0 0.59 0.25
HSL 119.47º 0.47% 0.53% -
HSV(B) 119.47º 0.59% 0.75% -
XYZ 23.57 39.97 13.87 -
YUV 145.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 80 192 79 0.58 0 0.59 0.25 119.47 0.47 0.53
Hex 50 C0 4F 3A 0 3B 19 77 2F 35
Octal 120 300 117 72 0 73 31 167 57 65
Binary 1010000 11000000 1001111 111010 0 111011 11001 1110111 101111 110101

Color Harmonies of #50C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C04F

Black with #50C04F

Text Example


Text Example

White with #50C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,79); }

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

background-color css

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

 a { background-color: rgb(80,192,79); }

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

border-color css

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

 span { border-color: rgb(80,192,79); }

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