Html Css Color HEX #50C751 Fruit Salad

📋 copy color: '#50C751'

red 80 ◦ green 199 ◦ blue 81

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

Shades of Fruit Salad #50C751

Tints of Fruit Salad #50C751

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.28%

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 22.22%
G = 55.28%
B = 22.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#50C751 (or 0x50C751) is known color: Fruit Salad. HEX triplet: 50, C7 and 51. RGB value is (80,199,81). Sum of RGB (Red+Green+Blue) = 80+199+81=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #50C751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C751 is #AF38AE. Grayscale: #969696. Windows color (decimal): -11483311 or 5359440. OLE color: 5359440.

HSL color Cylindrical-coordinate representation of color #50C751: hue angle of 120.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C751 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 81 -
CMYK 0.60 0 0.59 0.22
HSL 120.5º 0.52% 0.55% -
HSV(B) 120.5º 0.6% 0.78% -
XYZ 25.22 43.15 14.78 -
YUV 149.97 89.08 78.09 -
System Red Green Blue C M Y K H S L
Decimal 80 199 81 0.60 0 0.59 0.22 120.5 0.52 0.55
Hex 50 C7 51 3C 0 3B 16 79 34 37
Octal 120 307 121 74 0 73 26 171 64 67
Binary 1010000 11000111 1010001 111100 0 111011 10110 1111001 110100 110111

Color Harmonies of #50C751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C751

Black with #50C751

Text Example


Text Example

White with #50C751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,81); }

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

background-color css

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

 a { background-color: rgb(80,199,81); }

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

border-color css

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

 span { border-color: rgb(80,199,81); }

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